beliefer commented on a change in pull request #32513: URL: https://github.com/apache/spark/pull/32513#discussion_r637377784
########## 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 => + child transformDown { + // SPARK-35378: Eagerly execute non-root Command Review comment: OK -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org