jackye1995 opened a new pull request #2444: URL: https://github.com/apache/iceberg/pull/2444
This is a PR based on design doc https://docs.google.com/document/d/1kkcjr9KrlB9QagRX3ToulG_Rf-65NMSlVANheDNzJq4/edit# It introduces a new set of encryption APIs for table metadata files, so that the entire Iceberg metadata tree is fully encrypted. Because this is the top level of an Iceberg metadata tree, the newly introduced `TableMetadataEncryptionManager` does not need to maintain encryption metadata internally, and will directly produce decrypting/encrypting stream from input/output files. I will introduce an actual implementation in AWS in another PR. @rdblue @ggershinsky @shangxinli @andersonm-ibm @yyanyy -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
