You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ki...@apache.org on 2020/05/10 23:49:53 UTC

[incubator-pinot] branch range-index updated (af8ef5d -> e8d3284)

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

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


 discard af8ef5d  Fixing ByteBuffer issue
 discard 2089897  Adding range index support
    omit 7fd2110  Disable S3MockListner in S3PinotFSTest. (#5292)
    omit 62799a3  Improve GroupBy query performance by setting initial size for OpenHashMap used in DictionaryBasedGroupKeyGenerator. (#5291)
     add 8c2874b  Adding range index support
     add e8d3284  Adding comments

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   (af8ef5d)
            \
             N -- N -- N   refs/heads/range-index (e8d3284)

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:
 .../groupby/DictionaryBasedGroupKeyGenerator.java  |  21 +--
 .../creator/impl/inv/RangeIndexCreator.java        | 204 ++++++++++++---------
 .../loader/invertedindex/RangeIndexHandler.java    |  14 +-
 .../segment/index/readers/RangeIndexReader.java    |  44 +++--
 .../pinot/core/segment/memory/PinotDataBuffer.java |   5 -
 .../core/segment/store/FilePerIndexDirectory.java  |   5 +-
 .../index/creator/RangeIndexCreatorTest.java       |  11 +-
 .../pinot/plugin/filesystem/S3PinotFSTest.java     |   3 +-
 8 files changed, 175 insertions(+), 132 deletions(-)


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