szehon-ho commented on code in PR #14750:
URL: https://github.com/apache/iceberg/pull/14750#discussion_r2629236809
##########
core/src/main/java/org/apache/iceberg/AllManifestsTable.java:
##########
@@ -76,7 +76,8 @@ public class AllManifestsTable extends BaseMetadataTable {
Types.NestedField.required(11, "contains_nan",
Types.BooleanType.get()),
Types.NestedField.optional(12, "lower_bound",
Types.StringType.get()),
Types.NestedField.optional(13, "upper_bound",
Types.StringType.get())))),
- REF_SNAPSHOT_ID);
+ REF_SNAPSHOT_ID,
+ Types.NestedField.optional(19, "key_metadata",
Types.BinaryType.get()));
Review Comment:
i am not familiar with key_metadata. Which table is it in today?
Files/Entries?
Do we need one in regular (not all) manifest table?
--
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]