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 0432379  [SPARK-24266][K8S] Restart the watcher when we receive a 
version changed from k8s
     add 39181ff  [SPARK-32286][SQL] Coalesce bucketed table for shuffled hash 
join if applicable

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |  22 ++-
 .../spark/sql/execution/QueryExecution.scala       |   4 +-
 .../bucketing/CoalesceBucketsInJoin.scala          | 177 +++++++++++++++++++++
 .../bucketing/CoalesceBucketsInSortMergeJoin.scala | 132 ---------------
 .../scala/org/apache/spark/sql/ExplainSuite.scala  |   2 +-
 ...uite.scala => CoalesceBucketsInJoinSuite.scala} | 136 ++++++++++++----
 .../spark/sql/sources/BucketedReadSuite.scala      |  14 +-
 7 files changed, 309 insertions(+), 178 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/bucketing/CoalesceBucketsInJoin.scala
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/bucketing/CoalesceBucketsInSortMergeJoin.scala
 rename 
sql/core/src/test/scala/org/apache/spark/sql/execution/bucketing/{CoalesceBucketsInSortMergeJoinSuite.scala
 => CoalesceBucketsInJoinSuite.scala} (55%)


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

Reply via email to