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