ggershinsky commented on code in PR #14750:
URL: https://github.com/apache/iceberg/pull/14750#discussion_r2597257746


##########
core/src/main/java/org/apache/iceberg/AllManifestsTableTaskParser.java:
##########
@@ -37,6 +37,7 @@ class AllManifestsTableTaskParser {
   private static final String SCHEMA = "schema";
   private static final String SPECS = "partition-specs";
   private static final String MANIFEST_LIST_LOCATION = 
"manifest-list-Location";
+  private static final String MANIFEST_LIST_KEY_ID = "manifest-list-key-id";

Review Comment:
   maybe not. The "manifest-list-Location" is also different from spec's 
version (and 
https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/SnapshotParser.java#L52).
 Is this ok?



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