rdblue commented on a change in pull request #2660:
URL: https://github.com/apache/iceberg/pull/2660#discussion_r655711666
##########
File path: core/src/main/java/org/apache/iceberg/util/SnapshotUtil.java
##########
@@ -63,6 +63,19 @@ public static boolean ancestorOf(Table table, long
snapshotId, long ancestorSnap
return ancestorIds(table.currentSnapshot(), table::snapshot);
}
+ /**
+ * Find the oldest Snapshot of a {@link Table}.
Review comment:
I think this should be more clear, similar to my comments on the docs
about the method below. Basically, it should state that the "oldest" is
determined by traversing the history of the current table state.
--
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]