ebyhr commented on code in PR #15531:
URL: https://github.com/apache/iceberg/pull/15531#discussion_r2904946792
##########
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:
Why not COMMENT? ViewProperties uses COMMENT without a prefix, and the other
constants in this class don't use the TABLE_ prefix either.
--
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]