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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org