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

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


    from 9410dd1  [TE] Use upper and lower bounds as predicted for threshold 
algorithm (#4960)
     add f6d33be  For RANGE predicate queries touching offline segments, use 
sorted inverted index (#5013)

No new revisions were added by this update.

Summary of changes:
 .../core/operator/filter/FilterOperatorUtils.java  |  12 +-
 .../SortedInvertedIndexBasedFilterOperator.java    | 154 +++++++------
 .../predicate/RangePredicateEvaluatorFactory.java  |  10 +-
 .../RangePredicateWithSortedInvertedIndexTest.java | 244 +++++++++++++++++++++
 ...onaryAggregationPlanClusterIntegrationTest.java |   4 +-
 5 files changed, 346 insertions(+), 78 deletions(-)
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/queries/RangePredicateWithSortedInvertedIndexTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to