You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2018/12/04 05:58:12 UTC

[incubator-pinot] branch segment-selector updated (335a1c4 -> adb3ade)

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

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


 discard 335a1c4  Add segment selector for merged segments Once the merge lineage information is written to the property store, broker will read the lineage and pick only segments that are required for answering the query. This PR adds the segment selector for merged segments. 1. Add segment selector interface 2. Add merged segment selector implementation 3. Add unit tests
     add adb3ade  Add segment selector for merged segments Once the merge lineage information is written to the property store, broker will read the lineage and pick only segments that are required for answering the query. This PR adds the segment selector for merged segments. 1. Add segment selector interface 2. Add merged segment selector implementation 3. Add unit tests

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   (335a1c4)
            \
             N -- N -- N   refs/heads/segment-selector (adb3ade)

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:
 .../java/com/linkedin/pinot/broker/util/FakePropertyStore.java | 10 ++++++++++
 1 file changed, 10 insertions(+)


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