You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2021/04/28 07:59:34 UTC

[spark] branch master updated (26a5e33 -> 8b62c29)

This is an automated email from the ASF dual-hosted git repository.

yamamuro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 26a5e33  [SPARK-33976][SQL][DOCS][FOLLOWUP] Fix syntax error in select doc page
     add 8b62c29  [SPARK-35214][SQL] OptimizeSkewedJoin support ShuffledHashJoinExec

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |   4 +-
 .../execution/adaptive/OptimizeSkewedJoin.scala    | 189 ++++++++++++---------
 .../execution/exchange/EnsureRequirements.scala    |   9 +-
 .../sql/execution/joins/ShuffledHashJoinExec.scala |   3 +-
 .../spark/sql/execution/joins/ShuffledJoin.scala   |  18 +-
 .../sql/execution/joins/SortMergeJoinExec.scala    |  17 --
 .../adaptive/AdaptiveQueryExecSuite.scala          | 130 +++++++-------
 7 files changed, 204 insertions(+), 166 deletions(-)

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