You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/25 05:20:44 UTC

[GitHub] [iceberg] jackye1995 commented on a diff in pull request #4807: Core: Add snapshot references metadata table

jackye1995 commented on code in PR #4807:
URL: https://github.com/apache/iceberg/pull/4807#discussion_r881226993


##########
core/src/main/java/org/apache/iceberg/MetadataTableUtils.java:
##########
@@ -63,6 +63,8 @@ private static Table createMetadataTableInstance(TableOperations ops, Table base
         return new HistoryTable(ops, baseTable, metadataTableName);
       case SNAPSHOTS:
         return new SnapshotsTable(ops, baseTable, metadataTableName);
+      case REFS:
+        return new SnapshotRefsTable(ops, baseTable, metadataTableName);

Review Comment:
   I think the class name can just be `RefsTable`?



-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org