This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 50e9e4927e Update Cargo.toml (#6459)
add 2cc0c167d9 Deprecate methods from footer.rs in favor of
`ParquetMetaDataReader` (#6451)
No new revisions were added by this update.
Summary of changes:
parquet/src/arrow/async_reader/metadata.rs | 9 +-
parquet/src/arrow/async_reader/mod.rs | 65 +++++++---
parquet/src/bin/parquet-concat.rs | 3 +-
parquet/src/bin/parquet-layout.rs | 3 +-
parquet/src/file/footer.rs | 199 ++---------------------------
parquet/src/file/metadata/mod.rs | 3 +-
parquet/src/file/metadata/writer.rs | 8 +-
parquet/src/file/serialized_reader.rs | 5 +-
8 files changed, 70 insertions(+), 225 deletions(-)