ajantha-bhat commented on a change in pull request #3104:
URL: https://github.com/apache/iceberg/pull/3104#discussion_r750893676
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -243,6 +243,9 @@ public String toString() {
private final Map<Integer, SortOrder> sortOrdersById;
private final List<HistoryEntry> snapshotLog;
private final List<MetadataLogEntry> previousFiles;
+ private final List<SnapshotReference> refs;
Review comment:
After thinking more on this, I think current snapshot will have parent
id. so we can still form a history snapshots per branch just by keeping the
current snapshot id. So, no need spec change.
But we have a change code for handling metadata tables per reference using
above information.
--
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]