jinchengchenghh opened a new issue #2821: URL: https://github.com/apache/iceberg/issues/2821
I find this PR set the table property as default snapshots retention, but only used for RemoveSnapshots `public static final String MAX_SNAPSHOT_AGE_MS = "history.expire.max-snapshot-age-ms";` `public static final long MAX_SNAPSHOT_AGE_MS_DEFAULT = 5 * 24 * 60 * 60 * 1000; // 5 days` Maybe this default value can also used for Actions.forTable(table).expireSnapshots().expireOlderThan(end) while `end = System.currentTimeMillis() - maxSnapshotAgeMs` @aokolnychyi #1868 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
