ggershinsky commented on PR #13225: URL: https://github.com/apache/iceberg/pull/13225#issuecomment-4377161277
+1 to including this PR in 1.11. The patch does not handle credentials (delegating this to KMS clients) - instead, it provides scaffolding for table encryption in the REST catalog client, similar to the HMS catalog client (and other catalogs in the future). Also, the built-in encryption is designed to protect tables in any storage backend, including untrusted storage. The storage credentials and KMS credentials don't have the same purpose/scope. But again, this is basically orthogonal to the current PR. -- 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]
