1. 28 8月, 2019 3 次提交
    • Y
      Remove fixed server type check in kerberos client (#4758) · a5df26b9
      Yong Zhang 提交于
      ## Motivation
      
      Currently, In Pulsar Kerberos authentication, The server type part of pulsar node principle is hard coded as "broker" and "proxy". The expected principle for pulsar nodes would be like "broker/brokera.host.name@your.com" or "proxy/proxyb.host.name@your.com".
      
      But some times, user may want to re-use existing principle like "u-service/host.name@some.com", to test and play around, then "u-service" will not match service type of "broker" or "proxy", and the authentication will be rejected.
      This change is to remove the check of "broker" or "proxy" service type check.
      
      ## Modifaction
      
      Remove the check of "broker" or "proxy" service type check.
      (cherry picked from commit f5b20cd3)
      a5df26b9
    • B
      Fix: predicate pushdown for Pulsar SQL NPE (#4744) · 99c36cf9
      Boyang Jerry Peng 提交于
      * Fix: predicate pushdown for Pulsar SQL NPE
      
      * fix unit test
      
      (cherry picked from commit ac10b006)
      99c36cf9
    • Fix the problem that the log folder in pulsa-function-go is ignored by (#4736) · 88ddc066
      冉小龙 提交于
      Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>(cherry picked from commit 23dd38f3)
      88ddc066
  2. 27 8月, 2019 34 次提交
  3. 27 6月, 2019 1 次提交
  4. 26 6月, 2019 2 次提交