xanderbailey opened a new pull request, #2340: URL: https://github.com/apache/iceberg-rust/pull/2340
## Which issue does this PR close? Part of #2034 ## What changes are included in this PR? Adds `StandardKeyMetadata`, the Avro-serialized key metadata format that lives inside Iceberg's `key_metadata` binary fields (data file field 131, manifest list field 519). The Iceberg spec leaves the format of these bytes as ["implementation-specific"](https://iceberg.apache.org/spec/#data-file-fields). This implementation is byte-compatible with Java's `org.apache.iceberg.encryption.StandardKeyMetadata` for cross-language interop. ## Are these changes tested? Yes -- 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]
