RussellSpitzer commented on code in PR #15531:
URL: https://github.com/apache/iceberg/pull/15531#discussion_r2906338445
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -83,6 +83,9 @@ private TableProperties() {}
DEFAULT_PARTITION_SPEC,
DEFAULT_SORT_ORDER);
+ /** A table property that documents the business meaning and usage context
of this table. */
+ public static final String TABLE_COMMENT = "comment";
Review Comment:
I think that's a fair, COMMENT is probably sufficient here
--
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]