agavra commented on code in PR #9753: URL: https://github.com/apache/pinot/pull/9753#discussion_r1022181908
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/executor/WorkerQueryExecutor.java: ########## @@ -69,26 +65,12 @@ public synchronized void shutDown() { } public void processQuery(DistributedStagePlan queryRequest, Map<String, String> requestMetadataMap, - ExecutorService executorService) { + OpChainSchedulerService scheduler) { Review Comment: I just deleted `WorkerQueryExecutor` altogether, it really doesn't make sense to have that and the scheduler -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org