gortiz commented on code in PR #14495: URL: https://github.com/apache/pinot/pull/14495#discussion_r1851542315
########## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/MailboxReceiveNode.java: ########## @@ -93,6 +96,10 @@ public MailboxSendNode getSender() { return _sender; } + public void setSender(MailboxSendNode sender) { + _sender = sender; + } Review Comment: The main reason is to keep `_senderStageId`, but I have to say I already got fooled while debugging the code, so it may be a good idea. -- 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