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 dfb7fee Make split commit the default commit protocol (#7780) add d172737 Add getPredicate() to PredicateEvaluator (#7840) No new revisions were added by this update. Summary of changes: .../BaseDictionaryBasedPredicateEvaluator.java | 5 ++ .../filter/predicate/BasePredicateEvaluator.java | 18 +++++ .../BaseRawValueBasedPredicateEvaluator.java | 7 ++ .../predicate/EqualsPredicateEvaluatorFactory.java | 71 +++++------------ .../FSTBasedRegexpPredicateEvaluatorFactory.java | 33 ++++---- .../predicate/InPredicateEvaluatorFactory.java | 71 +++++------------ .../NotEqualsPredicateEvaluatorFactory.java | 75 ++++++------------ .../predicate/NotInPredicateEvaluatorFactory.java | 71 +++++------------ .../filter/predicate/PredicateEvaluator.java | 5 ++ .../predicate/RangePredicateEvaluatorFactory.java | 90 +++++++--------------- .../RegexpLikePredicateEvaluatorFactory.java | 13 +--- .../org/apache/pinot/core/plan/FilterPlanNode.java | 6 +- .../pinot/perf/BenchmarkScanDocIdIterators.java | 5 ++ 13 files changed, 173 insertions(+), 297 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org