This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from f602782 [SPARK-32482][SS][TESTS] Eliminate deprecated poll(long) API calls to avoid infinite wait in tests add ae82768 [SPARK-32421][SQL] Add code-gen for shuffled hash join No new revisions were added by this update. Summary of changes: .../sql/execution/WholeStageCodegenExec.scala | 7 +- .../execution/joins/BroadcastHashJoinExec.scala | 447 ++------------------- .../spark/sql/execution/joins/HashJoin.scala | 411 ++++++++++++++++++- .../sql/execution/joins/ShuffledHashJoinExec.scala | 22 +- .../sql/execution/WholeStageCodegenSuite.scala | 28 +- .../sql/execution/metric/SQLMetricsSuite.scala | 4 +- 6 files changed, 499 insertions(+), 420 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org