nastra commented on code in PR #9034:
URL: https://github.com/apache/iceberg/pull/9034#discussion_r1390795112


##########
core/src/main/java/org/apache/iceberg/TableMetadataParser.java:
##########
@@ -84,6 +84,7 @@ public static Codec fromFileName(String fileName) {
   private TableMetadataParser() {}
 
   // visible for testing
+  static final String METADATA_FILE_LOCATION = "metadata-file-location";

Review Comment:
   this isn't part of the 
[Spec](https://iceberg.apache.org/spec/#table-metadata), so I don't think we 
can just add it here



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