aokolnychyi commented on code in PR #5382:
URL: https://github.com/apache/iceberg/pull/5382#discussion_r938325035
##########
core/src/main/java/org/apache/iceberg/util/SnapshotUtil.java:
##########
@@ -138,6 +138,10 @@ public static Snapshot oldestAncestorOf(long snapshotId,
Function<Long, Snapshot
return lastSnapshot;
}
+ public static Snapshot oldestAncestorOf(Table table, long snapshotId) {
Review Comment:
Good point, I missed this one.
--
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]