agavra opened a new pull request, #9773: URL: https://github.com/apache/pinot/pull/9773
This PR does two things: refactors `MailboxSendOperator` into testable components, and then tests each of those components. The refactor essentially factors out each of the exchange logic (hash, singleton, random, etc...) into their own classes as well as a top level class for all the common exchange logic. Now `MailboxSendOperator` can be really dumb and just pipes blocks to the underlying 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