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 1eb62bd391 Unify API for writing column chunks / row groups in
parallel (#8582)
add f53917f820 Use `Arc<FileDecryptionProperties>` to reduce size of
ParquetMetadata and avoid copying when `encryption` is enabled (#8470)
No new revisions were added by this update.
Summary of changes:
parquet/src/arrow/arrow_reader/mod.rs | 11 +++++-----
parquet/src/arrow/async_reader/mod.rs | 2 +-
parquet/src/arrow/async_reader/store.rs | 5 +++--
parquet/src/encryption/decrypt.rs | 18 ++++++++---------
parquet/src/encryption/encrypt.rs | 5 +++--
parquet/src/file/metadata/mod.rs | 2 ++
parquet/src/file/metadata/parser.rs | 2 +-
parquet/src/file/metadata/reader.rs | 6 +++---
parquet/src/file/metadata/thrift/encryption.rs | 8 ++++----
parquet/src/file/metadata/thrift/mod.rs | 1 +
parquet/src/file/properties.rs | 8 ++++----
parquet/src/file/writer.rs | 10 ++++-----
parquet/tests/encryption/encryption.rs | 28 +++++++++++++-------------
parquet/tests/encryption/encryption_async.rs | 18 ++++++++---------
parquet/tests/encryption/encryption_util.rs | 15 +++++++-------
15 files changed, 73 insertions(+), 66 deletions(-)