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/02/21 15:37:08 UTC

[spark] branch master updated (6058ce9 -> 1f0300f)

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 6058ce9  [SPARK-30906][SQL] Turning off AQE in CacheManager is not thread-safe
     add 1f0300f  [SPARK-30764][SQL] Improve the readability of EXPLAIN FORMATTED style

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/dataframe.py                    |   3 +-
 .../spark/sql/catalyst/plans/QueryPlan.scala       |  17 +-
 .../spark/sql/execution/DataSourceScanExec.scala   |   4 +-
 .../apache/spark/sql/execution/ExplainUtils.scala  |  14 +-
 .../org/apache/spark/sql/execution/SparkPlan.scala |  65 ++-
 .../execution/aggregate/BaseAggregateExec.scala    |  15 +-
 .../sql/execution/basicPhysicalOperators.scala     |   6 +-
 .../spark/sql/execution/exchange/Exchange.scala    |   2 +-
 .../sql/execution/joins/CartesianProductExec.scala |   2 +-
 .../spark/sql/execution/joins/HashJoin.scala       |   6 +-
 .../sql/execution/joins/SortMergeJoinExec.scala    |   6 +-
 .../resources/sql-tests/results/explain.sql.out    | 577 +++++++++++----------
 12 files changed, 397 insertions(+), 320 deletions(-)


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