gortiz commented on code in PR #14296: URL: https://github.com/apache/pinot/pull/14296#discussion_r1818806333
########## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/MailboxReceiveNode.java: ########## @@ -108,6 +108,11 @@ public PlanNode withInputs(List<PlanNode> inputs) { _keys, _collations, _sort, _sortedOnSender, _sender); } + public MailboxReceiveNode withSender(MailboxSendNode sender) { Review Comment: Probably, but also for completeness. Now that `withInputs` does not accept inputs, this is the only way to create a copy that reads data from a different sender. -- 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