Support multi-threaded writing of Parquet files with modular encryption #7359
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
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 anArrowColumnWriter
with encryption.The text was updated successfully, but these errors were encountered: