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 2257ce2  [SPARK-31034][CORE] ShuffleBlockFetcherIterator should always 
create request for last block group
     add ba86524  [SPARK-31037][SQL] refine AQE config names

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    | 149 +++++++++++----------
 .../spark/sql/execution/ShuffledRowRDD.scala       |   2 +-
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |   2 +-
 ...tions.scala => CoalesceShufflePartitions.scala} |  14 +-
 .../execution/adaptive/OptimizeSkewedJoin.scala    |  14 +-
 .../execution/exchange/EnsureRequirements.scala    |   4 +-
 ....scala => CoalesceShufflePartitionsSuite.scala} |  12 +-
 .../adaptive/AdaptiveQueryExecSuite.scala          |   8 +-
 .../apache/spark/sql/internal/SQLConfSuite.scala   |  26 ++--
 .../spark/sql/sources/BucketedReadSuite.scala      |   2 +-
 10 files changed, 121 insertions(+), 112 deletions(-)
 rename 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/{ReduceNumShufflePartitions.scala
 => CoalesceShufflePartitions.scala} (90%)
 rename 
sql/core/src/test/scala/org/apache/spark/sql/execution/{ReduceNumShufflePartitionsSuite.scala
 => CoalesceShufflePartitionsSuite.scala} (96%)


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

Reply via email to