apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.6k stars 794 forks source link

Deprecate and replace old Parquet metadata parsing functions #6447

Open etseidl opened 1 month ago

etseidl commented 1 month ago

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

Breaking changes

etseidl commented 1 month ago

cc @alamb