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

xiangfu0 pushed a change to branch 
xiangfu0/codex/codec-stack/07-integration-docs
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 17259a110e0 Add codec pipeline integration tests and design doc
 discard 8c51bcecb89 Harden codec reload and compression stats
 discard b7ec7b513c5 Support codecSpec on segment reload and enable codecSpec 
end to end
 discard 74c773d736d Validate V7 reader metadata invariants
 discard 4f2a8e7d7cc Harden V7 codec pipeline I/O
 discard a7e3c268735 Add V7 raw forward index format for codec pipelines
 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
     add 2e6d7e80c48 Add V7 raw forward index format for codec pipelines
     add 38b2a50ec52 Harden V7 codec pipeline I/O
     add 4fe389f21ac Validate V7 reader metadata invariants
     add 0956bbf8e3f Support codecSpec on segment reload and enable codecSpec 
end to end
     add 29aeb2d1b26 Harden codec reload and compression stats
     add 43e5df3e141 Add codec pipeline integration tests and design doc

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   (17259a110e0)
            \
             N -- N -- N   
refs/heads/xiangfu0/codex/codec-stack/07-integration-docs (43e5df3e141)

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