etseidl opened a new issue, #6447:
URL: https://github.com/apache/arrow-rs/issues/6447

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   #6431 adds a new API for obtaining Parquet metadata. To reduce code 
duplication and confusion, older APIs should be deprecated and eventually 
removed. Uses of these older APIs within the parquet crate should be converted 
to the new API.
   
   This issue will track progress of conversion to the new 
`ParquetMetaDataReader` API.
   
   **Non breaking changes**
   - [ ] Deprecate methods in `parquet/src/file/footer.rs` (`parse_metadata`, 
`decode_metadata`, `decode_footer`)
   - [ ] Deprecate `MetadataLoader`
   
   **Breaking changes**
   - [ ] Add new enum value to `ParquetError` to signal need for more data
   - [ ] Leave page index structures as `None` (rather than empty vectors) if 
page indexes are not present in the file
   - [ ] Add async API that supports suffix reads (depends on #6157)


-- 
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]

Reply via email to