Hugo-WB opened a new pull request, #16395: URL: https://github.com/apache/iceberg/pull/16395
Fixes part 2 of: https://github.com/apache/iceberg/issues/16352 The implementation constructs a set of "reachable"/"referenced" encryption keys-ids. Any key that is not referenced, we delete. A key can be referenced in 2 places: - In the snapshot list. Under `key-id` for every snapshot. This references the key that was used to encrypt the manifest list for that snapshot - In the `encrypted-by-id` for another encryption key. -- 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]
