Ziqi Liu created SPARK-48465:
--------------------------------

             Summary: Avoid no-op empty relation propagation in AQE
                 Key: SPARK-48465
                 URL: https://issues.apache.org/jira/browse/SPARK-48465
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 4.0.0
            Reporter: Ziqi Liu


We should avoid no-op empty relation propagation in AQE: if we convert an empty 
QueryStageExec to empty relation, it will further wrapped into a new query 
stage and execute -> produce empty result -> empty relation propagation again. 
This issue is currently not exposed because AQE will try to reuse shuffle.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to