rdblue commented on a change in pull request #3104:
URL: https://github.com/apache/iceberg/pull/3104#discussion_r780845962
##########
File path: core/src/main/java/org/apache/iceberg/SerializableTable.java
##########
@@ -261,6 +262,16 @@ public Snapshot snapshot(long snapshotId) {
return lazyTable().history();
}
+ @Override
+ public Map<String, SnapshotRef> refs() {
+ return lazyTable().refs();
Review comment:
Seems reasonable to read the table metadata for this. I doubt serialized
tables will be accessing refs.
--
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]