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.
The constructing OpChain in the request thread should be a different PR
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]