You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "ulysses-you (via GitHub)" <gi...@apache.org> on 2023/05/31 01:35:34 UTC

[GitHub] [spark] ulysses-you commented on pull request #41386: [SPARK-43883][SQL] Make CTAS Have a `UnaryRunnableCommand` Trait Supporting Children

ulysses-you commented on PR #41386:
URL: https://github.com/apache/spark/pull/41386#issuecomment-1569362631

   We run a nested query execution inside ctas, so the real command for writing is `V1WriteCommand`. Make ctas inherit leaf node is to avoid applying rules more than once, because we would apply rules for the nested query execution.
   
   The explain of ctas does not show the nested query exectuion, you can check that by UI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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