[ 
https://issues.apache.org/jira/browse/SPARK-44213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17737770#comment-17737770
 ] 

Yuming Wang commented on SPARK-44213:
-------------------------------------

Related issue ticket: SPARK-41752.

> 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.0, 3.4.1
>            Reporter: Yuming Wang
>            Priority: Major
>         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:
>  !enabled.png! 
> Disabled:
>  !screenshot-1.png! 



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