Skip to content

Allow retrieving Parquet decryption keys based on the key metadata #7257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #7278
adamreeve opened this issue Mar 9, 2025 · 0 comments · Fixed by #7286
Closed
Tracked by #7278

Allow retrieving Parquet decryption keys based on the key metadata #7257

adamreeve opened this issue Mar 9, 2025 · 0 comments · Fixed by #7286
Assignees
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@adamreeve
Copy link
Contributor

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)

@adamreeve adamreeve added the enhancement Any new improvement worthy of a entry in the changelog label Mar 9, 2025
@adamreeve adamreeve self-assigned this Mar 9, 2025
@adamreeve 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant