peter-toth commented on PR #38034: URL: https://github.com/apache/spark/pull/38034#issuecomment-1261011468
I've opened 3 WIP PRs to demonstrate the usage of `multiTransform()`: - A bug fix to omprove AliasAwareOutputPartitioning to take all aliases into account: https://github.com/apache/spark/pull/37525 - A performance improvement to generate constraints in projection more effectively: https://github.com/apache/spark/pull/38035 - A refactor to simplify output partitioning calculation of `BroadcastHashJoinExec`: https://github.com/apache/spark/pull/38038 Please note that all 3 are based on this PR so currently they contain the changes of this PR too. -- 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]
