You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2022/09/06 21:22:22 UTC

[pinot] branch master updated (0f4bcfcb60 -> 6a336a97e8)

This is an automated email from the ASF dual-hosted git repository.

rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 0f4bcfcb60 upgrade h3 lib from 3.7.2 to 4.0.0 to lower glibc requirement (#9335)
     add 6a336a97e8 [Feature] Not Operator Transformation (#9330)

No new revisions were added by this update.

Summary of changes:
 .../common/function/TransformFunctionType.java     |  1 +
 .../function/NotOperatorTransformFunction.java     | 90 ++++++++++++++++++++++
 .../function/TransformFunctionFactory.java         |  1 +
 .../function/NotOperatorTransformFunctionTest.java | 89 +++++++++++++++++++++
 4 files changed, 181 insertions(+)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/NotOperatorTransformFunction.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/NotOperatorTransformFunctionTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org