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 0258ec0aa2 Speed up string view comparison (up to 3x) (#9250)
add 7034a633c5 [Parquet] Provide only encrypted column stats in plaintext
footer (#8305)
No new revisions were added by this update.
Summary of changes:
parquet/src/file/metadata/mod.rs | 7 +
parquet/src/file/metadata/thrift/encryption.rs | 12 +-
parquet/src/file/metadata/thrift/mod.rs | 116 +++++++------
parquet/src/file/metadata/writer.rs | 54 ++++---
parquet/tests/encryption/encryption.rs | 216 ++++++++++++++++++++++++-
5 files changed, 331 insertions(+), 74 deletions(-)