This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 797eebad70 use work break for long names in query console (#10666) add 948957a29e Support null in InTransformFunction and NotInTransformFunction. (#10604) No new revisions were added by this update. Summary of changes: .../transform/function/BaseTransformFunction.java | 6 + .../function/BinaryOperatorTransformFunction.java | 7 - .../transform/function/InTransformFunction.java | 70 +++++++- .../transform/function/NotInTransformFunction.java | 5 + .../function/BaseTransformFunctionTest.java | 10 +- .../function/InTransformFunctionTest.java | 183 +++++++++++++++++++++ 6 files changed, 270 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org