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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to