This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 60e6983  [SPARK-31485][CORE][3.0] Avoid application hang if only 
partial barrier tasks launched
     add 3b30066  [SPARK-31529][SQL][3.0] 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 +-
 .../sql/execution/joins/CartesianProductExec.scala |   2 +-
 .../spark/sql/execution/joins/HashJoin.scala       |   4 +-
 .../sql/execution/joins/SortMergeJoinExec.scala    |   4 +-
 .../sql-tests/results/explain-aqe.sql.out          | 372 ++++++++++-----------
 .../resources/sql-tests/results/explain.sql.out    | 340 +++++++++----------
 .../scala/org/apache/spark/sql/ExplainSuite.scala  |  10 +-
 13 files changed, 401 insertions(+), 412 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to