singhpk234 commented on code in PR #5094:
URL: https://github.com/apache/iceberg/pull/5094#discussion_r903406457
##########
core/src/main/java/org/apache/iceberg/MetadataColumns.java:
##########
@@ -31,6 +31,8 @@ public class MetadataColumns {
private MetadataColumns() {
}
+ public static final String METADATA_COL_ATTR_KEY = "__metadata_col";
Review Comment:
agree with you, moved this to `TypeToSparkType`, just made it public as will
be needing it in tests.
--
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]