This is an automated email from the ASF dual-hosted git repository. rongr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 135f13e323 Adding setter to DeletedSegmentsRetentionPeriod in TableConfigBuilder (#10351) add 246f4db352 [multistage] Dispatch Query Plan in Parallel (#10332) No new revisions were added by this update. Summary of changes: .../MultiStageBrokerRequestHandler.java | 2 +- .../apache/pinot/query/service/QueryServer.java | 16 +++- .../dispatch/AsyncQueryDispatchResponse.java | 62 +++++++++++++++ .../query/service/dispatch/DispatchClient.java | 62 +++++++++++++++ .../query/service/dispatch/DispatchObserver.java | 58 ++++++++++++++ .../service/{ => dispatch}/QueryDispatcher.java | 81 +++++++++++-------- .../pinot/query/runtime/QueryRunnerTest.java | 2 +- .../pinot/query/runtime/QueryRunnerTestBase.java | 2 +- .../pinot/query/service/QueryServerTest.java | 1 + .../{ => dispatch}/QueryDispatcherTest.java | 93 +++++++++++++++++++++- 10 files changed, 339 insertions(+), 40 deletions(-) create mode 100644 pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/AsyncQueryDispatchResponse.java create mode 100644 pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/DispatchClient.java create mode 100644 pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/DispatchObserver.java rename pinot-query-runtime/src/main/java/org/apache/pinot/query/service/{ => dispatch}/QueryDispatcher.java (79%) rename pinot-query-runtime/src/test/java/org/apache/pinot/query/service/{ => dispatch}/QueryDispatcherTest.java (50%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org