aokolnychyi 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_r346782423
##########
File path:
core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java
##########
@@ -241,4 +244,30 @@ private static int parseVersion(String metadataLocation) {
return -1;
}
}
+
+ /**
+ * Deletes the oldest metadata files if {@link
TableProperties#METADATA_DELETE_AFTER_COMMIT_ENABLED} is true.
+ *
+ * @param metadata the table metadata with removed metadata log entry.
Review comment:
nit: it seems the number of params in Javadoc is wrong.
----------------------------------------------------------------
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]