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

jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 26ef9104ab Upgrade Helix to 1.0.2
     add d06338acb8 avoid putting null into segment download uri (#8693)
     add 3983728e64 make exclusive bounds exclusive (#8703)
     add 078d8969bf Reduce wait time for pulsar tests (#8702)
     add d3c97d54d2 Add Pulsar plugin back to distribution (#8657)
     add f90137b1d5 rationalise Pair types (#8709)
     add e4a8e6ed60 throw when integer overflow occurs (#8710)
     add d6a7135b75 Upgrade Helix to 1.0.2

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   (26ef9104ab)
            \
             N -- N -- N   refs/heads/helix-1.0 (d6a7135b75)

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/org/apache/pinot/common/utils/Pair.java   | 49 ---------------
 .../core/realtime/PinotRealtimeSegmentManager.java | 10 +--
 .../core/data/manager/BaseTableDataManager.java    |  8 +--
 .../manager/offline/TableDataManagerProvider.java  |  2 +-
 .../predicate/RangePredicateEvaluatorFactory.java  | 16 ++---
 .../statement/JsonStatementOptimizer.java          | 20 +++---
 .../server/realtime/ControllerLeaderLocator.java   |  6 +-
 .../ServerSegmentCompletionProtocolHandler.java    |  8 +--
 .../queries/JsonIngestionFromAvroQueriesTest.java  | 10 +--
 .../org/apache/pinot/queries/RangeQueriesTest.java | 72 +++++++++++++++------
 .../realtime/ControllerLeaderLocatorTest.java      | 30 ++++-----
 pinot-distribution/pinot-assembly.xml              |  2 -
 .../ControllerLeaderLocatorIntegrationTest.java    |  8 +--
 .../plugin/stream/pulsar/PulsarConsumerTest.java   |  4 +-
 .../local/data/manager/TableDataManager.java       |  2 +-
 .../writer/impl/BaseChunkSVForwardIndexWriter.java |  1 +
 .../creator/impl/inv/RangeIndexCreator.java        | 18 +++---
 .../segment/local/utils/SegmentPushUtils.java      |  2 +-
 .../forward/VarByteChunkSVForwardIndexTest.java    | 24 +++++++
 .../starter/helix/HelixInstanceDataManager.java    |  2 +-
 .../main/java/org/apache/pinot/spi/utils/Pair.java | 73 ----------------------
 .../data/readers/AbstractRecordExtractorTest.java  | 12 ++--
 22 files changed, 157 insertions(+), 222 deletions(-)
 delete mode 100644 
pinot-common/src/main/java/org/apache/pinot/common/utils/Pair.java
 delete mode 100644 pinot-spi/src/main/java/org/apache/pinot/spi/utils/Pair.java


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

Reply via email to