You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/12/15 14:20:31 UTC

[spark] branch master updated (23083aa -> 40c37d6)

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 23083aa  [SPARK-33758][SQL] Prune unrequired partitionings from AliasAwareOutputPartitionings when some columns are dropped from projection
     add 40c37d6  [SPARK-33617][SQL][FOLLOWUP] refine the default parallelism SQL config

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/sql/internal/SQLConf.scala    | 11 +++++------
 .../src/main/scala/org/apache/spark/sql/SparkSession.scala    | 10 ++++++----
 .../org/apache/spark/sql/execution/LocalTableScanExec.scala   |  3 +--
 .../sql/execution/adaptive/CoalesceShufflePartitions.scala    |  2 +-
 .../apache/spark/sql/execution/basicPhysicalOperators.scala   |  3 +--
 .../scala/org/apache/spark/sql/execution/command/ddl.scala    |  3 +--
 .../spark/sql/execution/datasources/FilePartition.scala       |  3 +--
 .../spark/sql/execution/datasources/SchemaMergeUtils.scala    |  3 +--
 .../scala/org/apache/spark/sql/execution/SparkPlanSuite.scala |  4 ++--
 9 files changed, 19 insertions(+), 23 deletions(-)


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