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:27:01 UTC

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

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 d0c83f3  [SPARK-32302][SQL] Partially push down disjunctive predicates through Join/Partitions
     add e0ecb66  [SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |  14 ++
 .../execution/joins/BroadcastHashJoinExec.scala    |  79 +++++++-
 .../spark/sql/execution/joins/HashJoin.scala       |  21 +-
 .../sql/execution/joins/ShuffledHashJoinExec.scala |   3 +-
 .../adaptive/AdaptiveQueryExecSuite.scala          |   3 +-
 .../sql/execution/joins/BroadcastJoinSuite.scala   | 218 ++++++++++++++++++++-
 6 files changed, 322 insertions(+), 16 deletions(-)


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