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 e2db7d4c44 [Variant]: Implement `DataType::FixedSizeList` support for
`cast_to_variant` kernel (#8282)
add b444ea7127 Refactor: extract FooterTail from ParquetMetadataReader
(#8437)
No new revisions were added by this update.
Summary of changes:
parquet/src/file/metadata/footer_tail.rs | 111 +++++++++++++++++++++++++++++++
parquet/src/file/metadata/mod.rs | 4 +-
parquet/src/file/metadata/reader.rs | 54 ++-------------
3 files changed, 119 insertions(+), 50 deletions(-)
create mode 100644 parquet/src/file/metadata/footer_tail.rs