findepi commented on code in PR #5129:
URL: https://github.com/apache/iceberg/pull/5129#discussion_r907378056


##########
core/src/main/java/org/apache/iceberg/puffin/FileMetadataParser.java:
##########
@@ -41,6 +41,8 @@ private FileMetadataParser() {
 
   private static final String TYPE = "type";
   private static final String FIELDS = "fields";
+  private static final String SOURCE_SNAPSHOT_ID = "source-snapshot-id";
+  private static final String SOURCE_SNAPSHOT_SEQUENCE_NUMBER = 
"source-snapshot-sequence-number";

Review Comment:
   Updated



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