c21 commented on pull request #34034:
URL: https://github.com/apache/spark/pull/34034#issuecomment-923397211


   Just to help easier review, as a lot of files are changed due to unit test 
plan change. Below files have the real code change:
   
   * BroadcastExchangeExec.scala
   * BroadcastHashJoinExec.scala
   * HashJoin.scala
   * HashedRelation.scala
   * ShuffledHashJoinExec.scala
   
   All other files change are generated with followed commands:
   
   ```
   SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *SQLQueryTestSuite"
   SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *PlanStabilitySuite"
   SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly 
*PlanStabilityWithStatsSuite"
   ```


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

Reply via email to