wypoon commented on a change in pull request #1508: URL: https://github.com/apache/iceberg/pull/1508#discussion_r711794160
########## File path: core/src/main/java/org/apache/iceberg/util/SnapshotUtil.java ########## @@ -144,4 +146,72 @@ public static Snapshot snapshotAfter(Table table, long snapshotId) { throw new IllegalStateException( String.format("Cannot find snapshot after %s: not an ancestor of table's current snapshot", snapshotId)); } + + /** + * Returns the ID of the most recent snapshot for the table as of the timestamp. + * + * @param table a {@link Table} + * @param timestampMillis the timestamp in millis since the epoch Review comment: Ok -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org