You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up task to #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 (#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.
adamreeve
changed the title
Allow retrieving decryption keys based on the key metadata
Allow retrieving Parquet decryption keys based on the key metadata
Mar 9, 2025
Follow up task to #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 (#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)
The text was updated successfully, but these errors were encountered: