walterddr commented on code in PR #11937: URL: https://github.com/apache/pinot/pull/11937#discussion_r1385972559
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ########## @@ -113,6 +113,9 @@ public String toExplainString() { @Override protected TransferableBlock getNextBlock() { + if (_isFinished) { Review Comment: correct. i think there's a bug in the behavior of Window & Aggregate Operator that causes this. previously this was handled b/c MailboxReceivedOperator will return multiple EOS. I can correct that behavior but decided to move that to a separate 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: 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