walterddr commented on code in PR #9887:
URL: https://github.com/apache/pinot/pull/9887#discussion_r1037556042
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/executor/OpChainSchedulerService.java:
##########
@@ -95,9 +95,9 @@ public void runJob() {
if (!result.isEndOfStreamBlock()) {
// not complete, needs to re-register for scheduling
- register(operatorChain);
+ register(operatorChain, false);
Review Comment:
got it. e.g. an operator either waits on a mailbox, or should finish
entirely (e.g. must return an EOS block at the end)
--
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]