xanderbailey opened a new pull request, #2453: URL: https://github.com/apache/iceberg-rust/pull/2453
## Which issue does this PR close? - Working towards https://github.com/apache/iceberg-rust/issues/2034 ## What changes are included in this PR? Wires encryption support into the `Table` type so that encrypted manifest lists can be read. Adds an `EncryptionManager` accessor on `Table` and ensures it is supplied wherever manifest lists are loaded from snapshots. Also threads the `EncryptionManager` through `purge_table` / `drop_table_data` so that dropping an encrypted table can read its manifest lists and clean up referenced files correctly. ## 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]
