You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/07/31 05:54:04 UTC

[spark] branch master updated (f602782 -> ae82768)

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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org