This is an automated email from the ASF dual-hosted git repository.
dheres pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 9e822e0500 Update version to `57.2.0`, add CHANGELOG (#9103)
add 67e04e758f feat: change default behavior for Parquet
`PageEncodingStats` to bitmask (#9051)
No new revisions were added by this update.
Summary of changes:
parquet/benches/metadata.rs | 39 +++++------------
parquet/src/arrow/arrow_writer/mod.rs | 5 ++-
parquet/src/arrow/mod.rs | 16 ++++++-
parquet/src/file/metadata/mod.rs | 77 ++++++++++++++++++++++++++++++++-
parquet/src/file/metadata/options.rs | 20 ++++++++-
parquet/src/file/metadata/thrift/mod.rs | 14 ++++--
parquet/src/file/serialized_reader.rs | 5 ++-
7 files changed, 138 insertions(+), 38 deletions(-)