tom-s-powell opened a new pull request, #14751: URL: https://github.com/apache/iceberg/pull/14751
[`StandardEncryptionManager`](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/encryption/StandardEncryptionManager.java) and [`KeyManagementClient`](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/encryption/KeyManagementClient.java) are already declared as `Serializable` but they are not actually serializable. This breaks use of `EncryptingFileIO` with certain things such as [`AllManifestsTableScan`](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/AllManifestsTable.java#L104). https://github.com/apache/iceberg/pull/14750 will ensure key ids are preserved. -- 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]
