This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 05609e4 Use Apache Pinot License (#4584) add 76e0c62 Adding Predicate supports for Bytes Column without dictionary (#4586) No new revisions were added by this update. Summary of changes: .../dociditerators/SVScanDocIdIterator.java | 11 +++++ .../BaseDictionaryBasedPredicateEvaluator.java | 10 ++++ .../BaseRawValueBasedPredicateEvaluator.java | 26 ++++++++++ .../predicate/EqualsPredicateEvaluatorFactory.java | 22 +++++++++ .../predicate/InPredicateEvaluatorFactory.java | 26 ++++++++++ .../NotEqualsPredicateEvaluatorFactory.java | 22 +++++++++ .../predicate/NotInPredicateEvaluatorFactory.java | 27 ++++++++++ .../filter/predicate/PredicateEvaluator.java | 17 +++++++ .../predicate/RangePredicateEvaluatorFactory.java | 51 +++++++++++++++++++ .../NoDictionaryEqualsPredicateEvaluatorsTest.java | 37 ++++++++++++++ .../NoDictionaryInPredicateEvaluatorTest.java | 40 +++++++++++++++ .../NoDictionaryRangePredicateEvaluatorTest.java | 57 ++++++++++++++++++++++ .../predicate/PredicateEvaluatorTestUtils.java | 7 +++ 13 files changed, 353 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org