61yao commented on code in PR #9887:
URL: https://github.com/apache/pinot/pull/9887#discussion_r1040063142


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxReceiveOperator.java:
##########
@@ -134,6 +138,7 @@ protected TransferableBlock getNextBlock() {
 
     int startingIdx = _serverIdx;
     int openMailboxCount = 0;
+    int eosMailboxCount = 0;

Review Comment:
   nit: we can just use one int for openMailboxCount? When we receive EOS, we 
can do --openMailboxCount



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