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
from 2354a3a243c Stop JSON-encoding MSE leaf-stage segment lists on the
broker compile path
add 734bf8427d7 Auto-enable the proto segment list encoding from server
versions
No new revisions were added by this update.
Summary of changes:
.../broker/broker/helix/BaseBrokerStarter.java | 8 +-
.../MultiStageBrokerRequestHandler.java | 8 +-
.../tests/MultiStageEngineIntegrationTest.java | 33 +++
.../BaseLogicalTableIntegrationTest.java | 18 ++
.../planner/physical/DispatchablePlanContext.java | 4 +-
.../planner/physical/PinotDispatchPlanner.java | 4 +-
.../pinot/query/routing/QueryPlanSerDeUtils.java | 18 +-
.../apache/pinot/query/routing/WorkerMetadata.java | 3 +
.../query/routing/QueryPlanSerDeUtilsTest.java | 31 +++
.../dispatch/ProtoSegmentListPredicate.java | 259 ++++++++++++++++-----
.../query/service/dispatch/QueryDispatcher.java | 32 ++-
.../pinot/query/service/server/QueryServer.java | 14 +-
.../dispatch/ProtoSegmentListPredicateTest.java | 244 ++++++++++++-------
.../apache/pinot/spi/utils/CommonConstants.java | 30 +--
14 files changed, 522 insertions(+), 184 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]