adamreeve opened a new issue, #7257: URL: https://github.com/apache/arrow-rs/issues/7257
Follow up task to https://github.com/apache/arrow-rs/pull/6637, which adds initial read support for files that use Parquet modular encryption. Currently decryption keys need to be directly specified per column, but for more flexibility and to support the key management tools API (https://github.com/apache/arrow-rs/issues/7256), it should be possible to provide a callback that receives the key metadata and returns the decryption key for the footer or a column. I've made some progress towards this in a branch (https://github.com/adamreeve/arrow-rs/tree/key-retriever) -- 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]
