gortiz commented on code in PR #15919:
URL: https://github.com/apache/pinot/pull/15919#discussion_r2245145403


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxSendOperator.java:
##########
@@ -204,11 +204,7 @@ protected MseBlock getNextBlock() {
     try {
       MseBlock block = _input.nextBlock();
       if (block.isEos()) {
-        if (_context.isSendStats()) {
-          sendEos((MseBlock.Eos) block);
-        } else {
-          sendEos(SuccessMseBlock.INSTANCE);
-        }

Review Comment:
   We also sent the stats, even if the predicate indicates otherwise



-- 
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]

Reply via email to