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 2021/06/01 22:52:46 UTC

[GitHub] [iceberg] anuragmantri commented on a change in pull request #2658: Core: Support relative paths in metadata

anuragmantri commented on a change in pull request #2658:
URL: https://github.com/apache/iceberg/pull/2658#discussion_r643538146



##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -177,6 +177,9 @@ private TableProperties() {
   public static final String UPDATE_ISOLATION_LEVEL = "write.update.isolation-level";
   public static final String UPDATE_ISOLATION_LEVEL_DEFAULT = "serializable";
 
+  public static final String WRITE_METADATA_USE_RELATIVE_PATH = "write.metadata.use.relative-path";

Review comment:
       Done




-- 
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.

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