dongjoon-hyun commented on code in PR #54335: URL: https://github.com/apache/spark/pull/54335#discussion_r2813313367
########## sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala: ########## @@ -96,28 +97,23 @@ case class BroadcastHashJoinExec private( } // Expands the given partitioning collection recursively. Review Comment: Could you revise this method description a little more according to your code change? The method is slightly changed to handle `Partitioning` instead of `PartitionCollection`. -- 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]
