You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/18 23:49:15 UTC

[GitHub] [iceberg] flyrain commented on a change in pull request #3914: Hive: Add table UUID to HMS table properties.

flyrain commented on a change in pull request #3914:
URL: https://github.com/apache/iceberg/pull/3914#discussion_r787240418



##########
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:
       Good point. Looking more deeply, it isn't a reserved table properties. Will remove it from there.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org