cloud-fan commented on code in PR #47614:
URL: https://github.com/apache/spark/pull/47614#discussion_r1757267461


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/ColumnDefinition.scala:
##########
@@ -51,14 +56,22 @@ case class ColumnDefinition(
   }
 
   def toV2Column(statement: String): V2Column = {
+    val finalMetadata = if (identityColumnSpec.isDefined) {

Review Comment:
   why do we need this while v2 column already has an explicit field for 
identity column spec?



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