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

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


    from ed9e6fc  [SPARK-33565][INFRA][FOLLOW-UP] Keep the test coverage with 
Python 3.8 in GitHub Actions
     add dfa3978  [SPARK-33551][SQL] Do not use custom shuffle reader for 
repartition

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |   2 +-
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  31 +++---
 .../adaptive/CoalesceShufflePartitions.scala       |  11 +-
 ...costing.scala => CustomShuffleReaderRule.scala} |  15 +--
 .../adaptive/OptimizeLocalShuffleReader.scala      |   9 +-
 .../execution/adaptive/OptimizeSkewedJoin.scala    |  14 ++-
 .../adaptive/AdaptiveQueryExecSuite.scala          | 116 ++++++++++++++++++++-
 7 files changed, 162 insertions(+), 36 deletions(-)
 copy 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/{costing.scala 
=> CustomShuffleReaderRule.scala} (69%)


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

Reply via email to