etseidl opened a new pull request, #6068:
URL: https://github.com/apache/arrow-rs/pull/6068
# Which issue does this PR close?
Related to #5022
# Rationale for this change
First step in adding new statistics defined in
[PARQUET-2261](https://github.com/apache/parquet-format/pull/197).
# What changes are included in this PR?
This PR makes modifications to collect the unencoded sizes of `BYTE_ARRAY`
columns. Adds a new `OffsetSizeIndex` structure to represent the Thrift
`OffsetIndex` struct, which comprises and array of `PageLocation`s and an
optional array of `unencoded_byte_array_data_bytes`. This also adds
`unencoded_byte_array_data_bytes` to the `ParquetMetaData` struct (as a
precursor to redefining `ParquetOffsetIndex` in terms of `OffsetSizeIndex`).
# Are there any user-facing changes?
Yes.
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!---
If there are any breaking changes to public APIs, please add the `breaking
change` label.
-->
--
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]