stevenzwu commented on code in PR #17523:
URL: https://github.com/apache/iceberg/pull/17523#discussion_r3731076867


##########
core/src/main/java/org/apache/iceberg/SnapshotsTable.java:
##########
@@ -37,7 +37,8 @@ public class SnapshotsTable extends BaseMetadataTable {
           Types.NestedField.optional(
               6,
               "summary",
-              Types.MapType.ofRequired(7, 8, Types.StringType.get(), 
Types.StringType.get())));
+              Types.MapType.ofRequired(7, 8, Types.StringType.get(), 
Types.StringType.get())),
+          Types.NestedField.optional(9, "snapshot_file", 
Types.StringType.get()));

Review Comment:
   since we are updating the Snapshot interface, I thought it is better to also 
address the SnapshotsTable presentation together. will see if others also 
prefer to separate it out.



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