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/22 12:44:53 UTC

[spark] branch master updated (1d30884 -> 8fbfdb3)

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 1d30884  [SPARK-31484][CORE][FLOLLOWUP] Use taskAttemptId in checkpoint filename
     add 8fbfdb3  [SPARK-31495][SQL] Support formatted explain for AQE

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/execution/ExplainUtils.scala  |  59 +-
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |   5 +-
 .../adaptive/InsertAdaptiveSparkPlan.scala         |   2 +-
 .../resources/sql-tests/inputs/explain-aqe.sql     |   3 +
 .../test/resources/sql-tests/inputs/explain.sql    |   1 +
 .../{explain.sql.out => explain-aqe.sql.out}       | 669 ++++++++-------------
 .../resources/sql-tests/results/explain.sql.out    |  10 +-
 .../scala/org/apache/spark/sql/ExplainSuite.scala  |  72 ++-
 .../adaptive/AdaptiveQueryExecSuite.scala          |   6 +-
 9 files changed, 358 insertions(+), 469 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/explain-aqe.sql
 copy sql/core/src/test/resources/sql-tests/results/{explain.sql.out => explain-aqe.sql.out} (57%)


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