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/20 14:39:49 UTC

[spark] branch master updated (e0ecb66 -> fe07521)

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 e0ecb66  [SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning
     add fe07521  [SPARK-32330][SQL] Preserve shuffled hash join build side partitioning

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/execution/joins/HashJoin.scala       |  2 +-
 .../sql/execution/joins/ShuffledHashJoinExec.scala |  5 +--
 .../spark/sql/execution/joins/ShuffledJoin.scala   | 43 ++++++++++++++++++++++
 .../sql/execution/joins/SortMergeJoinExec.scala    | 17 +--------
 .../scala/org/apache/spark/sql/JoinSuite.scala     | 18 +++++++++
 5 files changed, 66 insertions(+), 19 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/joins/ShuffledJoin.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org