Yuming Wang created SPARK-44213:
-----------------------------------

             Summary: CTAS missing the child info on UI when 
groupSQLSubExecutionEnabled is enabled
                 Key: SPARK-44213
                 URL: https://issues.apache.org/jira/browse/SPARK-44213
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.4.1, 3.4.0
            Reporter: Yuming Wang
         Attachments: enabled.png, screenshot-1.png

{code:sql}
create table tbl using parquet as select t1.id from range(10) as t1 join 
range(100) as t2 on t1.id = t2.id;
{code}
Enabled:

Disabled:




--
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