etseidl opened a new pull request, #6095:
URL: https://github.com/apache/arrow-rs/pull/6095
# Which issue does this PR close?
Related to #5022.
# Rationale for this change
This PR simplifies the offset index handling in `ParquetMetaData`.
# What changes are included in this PR?
This deprecates
`parquet::file::page_index::index_reader::read_pages_locations()` in favor of
`read_offset_index()`, and makes the necessary changes throughout the rest of
the Parquet code base to make use of the new `OffsetIndexMetaData` structure.
Redefines `ParquetOffsetIndex` to be `Vec<Vec<OffsetIndexMetaData>>`, and
removes `unencoded_byte_array_data_bytes` from `ParquetMetaData` as it is now
included in the redefined `ParquetOffsetIndex`.
# Are there any user-facing changes?
Yes, this is a breaking change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]