You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "wuyi (Jira)" <ji...@apache.org> on 2020/03/20 14:41:00 UTC

[jira] [Created] (SPARK-31206) AQE will use the same SubqueryExec even if subqueryReuseEnabled=false

wuyi created SPARK-31206:
----------------------------

             Summary: AQE will use the same SubqueryExec even if subqueryReuseEnabled=false
                 Key: SPARK-31206
                 URL: https://issues.apache.org/jira/browse/SPARK-31206
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: wuyi


In `InsertAdaptiveSparkPlan.buildSubqueryMap`, AQE will skip to compile the subquery with the same exprId. As a result, in PlanAdaptiveSubqueries, it will use the same SubqueryExec for the SubqueryExpression with the same exprId.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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