huaxingao commented on a change in pull request #34060:
URL: https://github.com/apache/spark/pull/34060#discussion_r713566120



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/rules.scala
##########
@@ -263,6 +264,51 @@ case class PreprocessTableCreation(sparkSession: 
SparkSession) extends Rule[Logi
 
         create.withPartitioning(normalizedPartitions)
       }
+
+    case create: V2CreateTablePlanX if create.childrenResolved =>

Review comment:
       The original `case create: V2CreateTablePlan` will be removed and this 
will be changed to
   `case create: V2CreateTablePlan` after the migration of 
`CreateTableAsSelect`, `ReplaceTable` and `ReplaceTableAsSelect` is done.




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

Reply via email to