rdblue commented on a change in pull request #3883:
URL: https://github.com/apache/iceberg/pull/3883#discussion_r795280963



##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -472,6 +481,18 @@ public Snapshot currentSnapshot() {
     return previousFiles;
   }
 
+  public Map<String, SnapshotRef> refs() {
+    return refs;
+  }
+
+  public Set<SnapshotRef> refs(long snapshotId) {

Review comment:
       Is this used anywhere?




-- 
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]

Reply via email to