flyrain commented on a change in pull request #3914:
URL: https://github.com/apache/iceberg/pull/3914#discussion_r787253161
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -40,6 +40,13 @@ private TableProperties() {
*/
public static final String FORMAT_VERSION = "format-version";
+ /**
+ * Reserved table property for UUID.
+ * <p>
+ * This reserved property is used to store the UUID of the table.
+ */
+ public static final String UUID = "uuid";
+
/**
* Reserved Iceberg table properties list.
* <p>
Review comment:
Also add a test for that.
--
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]