You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/07/27 20:21:16 UTC

[pinot] branch master updated (78736645f4 -> b73b7a10aa)

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 78736645f4 [multistage] Support Geometry queries (#11191)
     add b73b7a10aa Column filter operators NULL support. (#11078)

No new revisions were added by this update.

Summary of changes:
 .../operator/filter/BaseColumnFilterOperator.java  |  81 ++++++++++
 .../core/operator/filter/FilterOperatorUtils.java  |  42 +++---
 .../filter/InvertedIndexFilterOperator.java        |  11 +-
 .../filter/RangeIndexBasedFilterOperator.java      |  17 +--
 .../operator/filter/ScanBasedFilterOperator.java   |  21 ++-
 .../filter/SortedIndexBasedFilterOperator.java     |  11 +-
 .../org/apache/pinot/core/plan/FilterPlanNode.java |   6 +-
 .../startree/operator/StarTreeFilterOperator.java  |   5 +-
 .../queries/NullHandlingEnabledQueriesTest.java    | 164 +++++++++++++++++++++
 9 files changed, 297 insertions(+), 61 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/operator/filter/BaseColumnFilterOperator.java


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