cloud-fan commented on a change in pull request #31933:
URL: https://github.com/apache/spark/pull/31933#discussion_r600238917



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
##########
@@ -683,6 +683,18 @@ trait CheckAnalysis extends PredicateHelper with 
LookupCatalog {
           case _ => // Analysis successful!
         }
     }
+
+    // Check analysis on internal nodes.
+    plan match {
+      case c: Command =>

Review comment:
       shall we move it to L682?




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