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 5e32cc60e5 Support more operations on ListView (#8645)
add 06c49db3e7 [Parquet] Account for FileDecryptor in ParquetMetaData heap
size calculation (#8671)
No new revisions were added by this update.
Summary of changes:
parquet/src/encryption/ciphers.rs | 10 +++-
parquet/src/encryption/decrypt.rs | 40 ++++++++++++++++
parquet/src/file/metadata/memory.rs | 54 +++++++++++++++++++++-
parquet/src/file/metadata/mod.rs | 91 ++++++++++++++++++++++++++++++++++---
parquet/src/schema/types.rs | 4 +-
5 files changed, 190 insertions(+), 9 deletions(-)