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/08/11 03:16:01 UTC

[spark] branch master updated (8659ec5 -> 1b7443b)

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 8659ec5  [SPARK-32469][SQL] ApplyColumnarRulesAndInsertTransitions should be idempotent
     add 1b7443b  [SPARK-32216][SQL] Remove redundant ProjectExec

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |   8 +
 .../spark/sql/execution/QueryExecution.scala       |   1 +
 .../sql/execution/RemoveRedundantProjects.scala    |  99 ++++++
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |   2 +
 .../dynamicpruning/PlanDynamicPruningFilters.scala |   8 +-
 .../sql-tests/results/explain-aqe.sql.out          | 390 +++++++++------------
 .../resources/sql-tests/results/explain.sql.out    | 311 +++++++---------
 .../execution/RemoveRedundantProjectsSuite.scala   | 133 +++++++
 8 files changed, 534 insertions(+), 418 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/RemoveRedundantProjects.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/RemoveRedundantProjectsSuite.scala


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