amogh-jahagirdar commented on code in PR #4071:
URL: https://github.com/apache/iceberg/pull/4071#discussion_r841362218


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1140,6 +1197,10 @@ public TableMetadata build() {
       );
     }
 
+    public SnapshotRef ref(String ref) {

Review Comment:
   For now yes. But I think for table scan/updating retention logic, we may 
need it then. We can expose this when we get there? 



##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1140,6 +1197,10 @@ public TableMetadata build() {
       );
     }
 
+    public SnapshotRef ref(String ref) {

Review Comment:
   For now yes. But I think for table scan/updating retention logic, we may 
need it then. We can expose this if needed when we get there? 



-- 
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: dev-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to