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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
