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

xiangfu0 pushed a change to branch xiangfu0/codex/codec-stack/04-t64-gorilla
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 8eecfc9e67b Add T64 and GORILLA packing transform codecs
    omit b81db7680fb Add DELTA and DELTADELTA transform codecs
     add 79931dee059 Bump com.microsoft.azure:msal4j from 1.25.1 to 1.26.0 
(#19360)
     add 2eed37cac73 Bump com.mycila:license-maven-plugin from 5.1.1 to 5.1.2 
(#19361)
     add 4f2a5698f66 Bump org.apache.hive:hive-storage-api from 2.8.1 to 4.2.1 
(#19362)
     add 82d307ad918 Bump software.amazon.awssdk:bom from 2.54.1 to 2.54.2 
(#19363)
     add 4cfedb07f85 Make BrokerRoutingManagerConcurrencyTest deterministic 
(#19356)
     add da15d13df5e Support broker segment pruning for colocated joins (#19174)
     add 6f0aa8aa86c Remove delete from s3 copyDir in favor of relying on 
intentional copy overwrite (#19337)
     add f40e6d43164 Add DELTA and DELTADELTA transform codecs (#19305)
     add f31fb3e3718 Add T64 and GORILLA packing transform codecs

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   (8eecfc9e67b)
            \
             N -- N -- N   refs/heads/xiangfu0/codex/codec-stack/04-t64-gorilla 
(f31fb3e3718)

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:
 pinot-bom/pom.xml                                  |   2 +-
 .../routing/manager/BaseBrokerRoutingManager.java  |  86 ++-
 .../manager/MultiClusterRoutingManager.java        |  56 ++
 .../BrokerRoutingManagerConcurrencyTest.java       | 681 ++++++++++-----------
 .../routing/manager/BrokerRoutingManagerTest.java  | 168 ++++-
 .../manager/MultiClusterRoutingManagerTest.java    |  86 +++
 .../apache/pinot/core/routing/RoutingManager.java  |  32 +
 .../custom/ColocatedJoinEmptyPartitionTest.java    | 176 +++++-
 .../apache/pinot/plugin/filesystem/S3PinotFS.java  |   1 -
 .../planner/physical/DispatchablePlanContext.java  |   9 +
 .../query/routing/ColocationGroupAnalyzer.java     |  19 +-
 .../query/routing/PlanNodeRoutingQueryBuilder.java |  21 +
 .../apache/pinot/query/routing/WorkerManager.java  | 356 ++++++++---
 .../query/routing/ColocationGroupAnalyzerTest.java |  15 +-
 .../routing/PlanNodeRoutingQueryBuilderTest.java   |  56 ++
 .../pinot/query/routing/WorkerManagerTest.java     | 431 +++++++++++--
 .../resources/queries/ExplainPhysicalPlans.json    |  24 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |   5 +
 pom.xml                                            |   8 +-
 19 files changed, 1676 insertions(+), 556 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to