You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/07/28 14:35:15 UTC

[pinot] branch master updated (d736307f8e -> 35328c0f12)

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 d736307f8e Refine isNullsLast and isAsc functions. (#11199)
     add 35328c0f12 [multistage] fix error propagate physical planner (#11173)

No new revisions were added by this update.

Summary of changes:
 .../pinot/query/service/SubmissionService.java     | 66 ++++++++++++++++++++++
 .../query/service/{ => server}/QueryServer.java    | 42 +++++++++-----
 .../service/dispatch/QueryDispatcherTest.java      |  2 +-
 .../service/{ => server}/QueryServerTest.java      | 35 +++++++++---
 .../pinot/server/worker/WorkerQueryServer.java     |  2 +-
 5 files changed, 123 insertions(+), 24 deletions(-)
 create mode 100644 pinot-query-runtime/src/main/java/org/apache/pinot/query/service/SubmissionService.java
 rename pinot-query-runtime/src/main/java/org/apache/pinot/query/service/{ => server}/QueryServer.java (74%)
 rename pinot-query-runtime/src/test/java/org/apache/pinot/query/service/{ => server}/QueryServerTest.java (88%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org