This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/mse-proto-segment-list
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 06e0b02e21c Make the segment list encoding mode a live cluster config
discard 417cdc7e7c0 Auto-enable the proto segment list encoding from server
versions
discard 2c39dbaef0d Stop JSON-encoding MSE leaf-stage segment lists on the
broker compile path
add 222b41877c1 Bump software.amazon.awssdk:bom from 2.55.0 to 2.55.1
(#19630)
add 56567d16b63 Stop JSON-encoding MSE leaf-stage segment lists on the
broker compile path
add 0f4e47688a3 Auto-enable the proto segment list encoding from server
versions
add e3d35557810 Make the segment list encoding mode a live cluster config
add 0cfdb8d8836 Make the proto segment list encoding a plain live cluster
config
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 (06e0b02e21c)
\
N -- N -- N refs/heads/xiangfu0/mse-proto-segment-list
(0cfdb8d8836)
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:
.../broker/broker/helix/BaseBrokerStarter.java | 9 +-
.../MultiStageBrokerRequestHandler.java | 15 +-
.../tests/MultiStageEngineIntegrationTest.java | 44 ++-
.../BaseLogicalTableIntegrationTest.java | 38 +--
.../pinot/query/routing/QueryPlanSerDeUtils.java | 5 +-
.../dispatch/ProtoSegmentListPredicate.java | 297 ---------------------
.../query/service/dispatch/QueryDispatcher.java | 74 +++--
.../dispatch/ProtoSegmentListPredicateTest.java | 284 --------------------
.../service/dispatch/QueryDispatcherTest.java | 50 ++++
.../apache/pinot/spi/utils/CommonConstants.java | 26 +-
pom.xml | 2 +-
11 files changed, 166 insertions(+), 678 deletions(-)
delete mode 100644
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/ProtoSegmentListPredicate.java
delete mode 100644
pinot-query-runtime/src/test/java/org/apache/pinot/query/service/dispatch/ProtoSegmentListPredicateTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]