Skip to content

Support multi-threaded writing of Parquet files with modular encryption #7359

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

Open
Tracked by #7278
adamreeve opened this issue Mar 30, 2025 · 0 comments
Open
Tracked by #7278
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate

Comments

@adamreeve
Copy link
Contributor

See https://github.com/apache/arrow-rs/pull/7111/files#r2015196618

#7111 adds support for writing Parquet files with modular encryption but this only works when using an ArrowWriter to write Arrow record batches. There isn't a way to implement concurrent writing of separate columns using an ArrowColumnWriter with encryption.

@adamreeve adamreeve added enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate labels Mar 30, 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 parquet Changes to the parquet crate
Projects
None yet
Development

No branches or pull requests

1 participant