This is an automated email from the ASF dual-hosted git repository.
etseidl pushed a change to branch gh5854_thrift_remodel
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 94306a5f14 Merge remote-tracking branch 'origin/main' into
gh5854_thrift_remodel
add b444ea7127 Refactor: extract FooterTail from ParquetMetadataReader
(#8437)
add 50b8d35a21 Merge remote-tracking branch 'origin/main' into
gh5854_thrift_remodel
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