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 8657742  [SPARK-32996][WEB-UI][FOLLOWUP] Move ExecutorSummarySuite to 
proper path
     add d6f3138  [SPARK-32859][SQL] Introduce physical rule to decide 
bucketing dynamically

No new revisions were added by this update.

Summary of changes:
 .../catalyst/optimizer/CostBasedJoinReorder.scala  |   2 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |  13 ++
 .../spark/sql/execution/DataSourceScanExec.scala   |  37 ++--
 .../spark/sql/execution/QueryExecution.scala       |   3 +-
 .../bucketing/DisableUnnecessaryBucketedScan.scala | 161 +++++++++++++++
 .../org/apache/spark/sql/DataFrameJoinSuite.scala  |   2 +-
 .../scala/org/apache/spark/sql/SubquerySuite.scala |   2 +-
 .../DisableUnnecessaryBucketedScanSuite.scala      | 221 +++++++++++++++++++++
 ...ecessaryBucketedScanWithHiveSupportSuite.scala} |   5 +-
 9 files changed, 427 insertions(+), 19 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/bucketing/DisableUnnecessaryBucketedScan.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/sources/DisableUnnecessaryBucketedScanSuite.scala
 copy 
sql/hive/src/test/scala/org/apache/spark/sql/sources/{BucketedReadWithHiveSupportSuite.scala
 => DisableUnnecessaryBucketedScanWithHiveSupportSuite.scala} (89%)


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

Reply via email to