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 b0e2cb575390 [SPARK-48623][CORE] Structured Logging Migrations
     add 2fe0692e94cc [SPARK-48466][SQL] Create dedicated node for 
EmptyRelation in AQE

No new revisions were added by this update.

Summary of changes:
 .../optimizer/PropagateEmptyRelation.scala         |  2 +-
 .../catalyst/plans/logical/EmptyRelation.scala}    | 25 +++---
 .../spark/sql/execution/EmptyRelationExec.scala    | 92 ++++++++++++++++++++++
 .../apache/spark/sql/execution/SparkPlanInfo.scala | 25 +++++-
 .../spark/sql/execution/SparkStrategies.scala      |  1 +
 .../sql/execution/WholeStageCodegenExec.scala      |  4 +
 .../adaptive/AQEPropagateEmptyRelation.scala       |  5 ++
 .../adaptive/AdaptiveQueryExecSuite.scala          | 22 +++---
 8 files changed, 149 insertions(+), 27 deletions(-)
 copy 
sql/{core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/RefreshTableExec.scala
 => 
catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/EmptyRelation.scala}
 (60%)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/EmptyRelationExec.scala


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

Reply via email to