rdblue commented on a change in pull request #631: Add mechanism to expire old 
metadata versions
URL: https://github.com/apache/incubator-iceberg/pull/631#discussion_r346632456
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/TableProperties.java
 ##########
 @@ -92,6 +92,13 @@ private TableProperties() {}
   public static final String METADATA_COMPRESSION = 
"write.metadata.compression-codec";
   public static final String METADATA_COMPRESSION_DEFAULT = "none";
 
+  public static final String PREVIOUS_METADATA_LOG_MAX_COUNT = 
"write.metadata.previous-log-max-count";
 
 Review comment:
   How about `write.metadata.previous-versions-max`? No need to refer to these 
as a log.

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


With regards,
Apache Git Services

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

Reply via email to