smaheshwar-pltr commented on issue #14764: URL: https://github.com/apache/iceberg/issues/14764#issuecomment-3613261255
We could include key metadata in the the manifest table for (2) and make the encryption manager's state serializable to allow manifest list reads to be dispatched for (1), @tom-s-powell has https://github.com/apache/iceberg/pull/14751 and https://github.com/apache/iceberg/pull/14750 🙌 If we insist on KMS interaction occurring on driver, we can alternatively eagerly decrypt manifest lists on the driver with something like https://github.com/apache/iceberg/compare/main...smaheshwar-pltr:iceberg:sm/spark-purge-encryption?expand=1 also but maybe feels unnecessary. cc @ggershinsky @huaxingao @szlta -- 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]
