ggershinsky commented on PR #17533: URL: https://github.com/apache/iceberg/pull/17533#issuecomment-5715072338
these assumptions sgtm. one general point on re-use of file encryption keys. Due to AES GCM limits, the standard practice is to create a key per file - otherwise, it's hard to guarantee the data safety. That's why our EncryptionManager generates a random key for each output file. -- 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]
