This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 554cafa140 Implement `DataType::Float16` => `Variant::Float` (#8073)
add 5036ca803e Support multi-threaded writing of Parquet files with
modular encryption (#8029)
No new revisions were added by this update.
Summary of changes:
parquet/src/arrow/arrow_writer/mod.rs | 89 ++++++++++------
parquet/src/file/properties.rs | 8 +-
parquet/src/file/writer.rs | 2 +-
parquet/tests/encryption/encryption.rs | 68 ++----------
parquet/tests/encryption/encryption_async.rs | 110 ++++++++++++++++++-
parquet/tests/encryption/encryption_util.rs | 153 ++++++++++++++++++++++++++-
6 files changed, 328 insertions(+), 102 deletions(-)