Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate and replace old Parquet metadata parsing functions #6447

Open
2 of 6 tasks
etseidl opened this issue Sep 24, 2024 · 1 comment
Open
2 of 6 tasks

Deprecate and replace old Parquet metadata parsing functions #6447

etseidl opened this issue Sep 24, 2024 · 1 comment
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@etseidl
Copy link
Contributor

etseidl commented Sep 24, 2024

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 etseidl added the enhancement Any new improvement worthy of a entry in the changelog label Sep 24, 2024
@etseidl
Copy link
Contributor Author

etseidl commented Sep 24, 2024

cc @alamb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

1 participant