viirya commented on a change in pull request #32513:
URL: https://github.com/apache/spark/pull/32513#discussion_r637364733



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/QueryExecution.scala
##########
@@ -74,12 +75,26 @@ class QueryExecution(
     sparkSession.sessionState.analyzer.executeAndCheck(logical, tracker)
   }
 
+  lazy val nonRootCommandExecuted: LogicalPlan = analyzed mapChildren { child 
=>

Review comment:
       Oh I see. You mean the `Command` not at the top-level node. My first 
thought is a command not run as root...




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to