aokolnychyi commented on code in PR #56619:
URL: https://github.com/apache/spark/pull/56619#discussion_r3464883662


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/package.scala:
##########
@@ -241,6 +242,7 @@ package object util extends Logging {
     AUTO_GENERATED_ALIAS,
     METADATA_COL_ATTR_KEY,
     QUALIFIED_ACCESS_ONLY,
+    FIELD_ID_METADATA_KEY,

Review Comment:
   Added here too. It is OK if this field surfaces in spark.table("t").schema 
but it should not appear in SHOW and has to be dropped in CTAS / RTAS kind of 
scenarios. Adding here ensures V1 tables creates from DSv2 tables don't inherit 
these extra columns.



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