flyrain commented on code in PR #4546:
URL: https://github.com/apache/iceberg/pull/4546#discussion_r856566378
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -75,6 +75,20 @@ private TableProperties() {
*/
public static final String CURRENT_SNAPSHOT_TIMESTAMP =
"current-snapshot-timestamp-ms";
+ /**
+ * Reserved table property for default partition spec.
+ * <p>
+ * This reserved property is used to store the default partition spec.
+ */
+ public static final String DEFAULT_PARTITION_SPEC = "default-partition-spec";
Review Comment:
I was trying to be consistent with the name in metadata.json, which is
`default-partition-spec`. The same for sort order. I changed the comments
though.
--
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]