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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to