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 2020/05/05 18:39:07 UTC

[incubator-pinot] branch optimize_realtime_range_evaluator updated (ec03154 -> 021e062)

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

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


 discard ec03154  Optimize RealtimeDictionaryBasedRangePredicateEvaluator by not scanning the dictionary when cardinality is high
     add 0ccb389  Fix the bug introduced in #5132 where ScanBasedDocIdIterator.isMatch() is still required (#5328)
     add 021e062  Optimize RealtimeDictionaryBasedRangePredicateEvaluator by not scanning the dictionary when cardinality is high

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ec03154)
            \
             N -- N -- N   refs/heads/optimize_realtime_range_evaluator (021e062)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../operator/dociditerators/AndDocIdIterator.java  |  11 ++
 .../ExpressionScanDocIdIterator.java               | 111 +++++++++++++--------
 .../dociditerators/MVScanDocIdIterator.java        |  14 ++-
 .../dociditerators/SVScanDocIdIterator.java        |  12 ++-
 .../dociditerators/ScanBasedDocIdIterator.java     |   2 +
 .../RegexpLikePredicateEvaluatorFactory.java       |  17 +++-
 .../tests/BaseClusterIntegrationTestSet.java       |   4 +-
 .../tests/HybridClusterIntegrationTest.java        |  21 ++++
 8 files changed, 145 insertions(+), 47 deletions(-)


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