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/04/27 07:40:29 UTC

[spark] branch master updated (5dd581c -> 7df6584)

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 5dd581c  [SPARK-29664][PYTHON][SQL][FOLLOW-UP] Add deprecation warnings for getItem instead
     add 7df6584  [SPARK-31529][SQL] Remove extra whitespaces in formatted explain

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/plans/QueryPlan.scala       |  19 +-
 .../spark/sql/execution/DataSourceScanExec.scala   |   8 +-
 .../apache/spark/sql/execution/ExplainUtils.scala  |  10 +-
 .../org/apache/spark/sql/execution/SparkPlan.scala |  27 +-
 .../execution/aggregate/BaseAggregateExec.scala    |   4 +-
 .../sql/execution/basicPhysicalOperators.scala     |   8 +-
 .../spark/sql/execution/exchange/Exchange.scala    |   5 +-
 .../spark/sql/execution/joins/BaseJoinExec.scala   |   8 +-
 .../sql-tests/results/explain-aqe.sql.out          | 372 ++++++++++-----------
 .../resources/sql-tests/results/explain.sql.out    | 340 +++++++++----------
 .../scala/org/apache/spark/sql/ExplainSuite.scala  |  10 +-
 11 files changed, 400 insertions(+), 411 deletions(-)


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