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

Have writer return parsed ParquetMetadata #7254

Open
jonathanc-n opened this issue Mar 9, 2025 · 0 comments
Open

Have writer return parsed ParquetMetadata #7254

jonathanc-n opened this issue Mar 9, 2025 · 0 comments
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@jonathanc-n
Copy link

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

In my discussion with @liurenjie1024 in apache/iceberg-rust#960 and apache/iceberg-rust#1004, we found that ArrowFileReader returns ParquetMetadata while AsyncFileWriter is returning the unparsed thrift definition of the parquet metadata.

Describe the solution you'd like

Either change the writer to return ParquetMetadata instead of the thrift definition. Or implement a new writer to return the ParquetMetadata

@jonathanc-n jonathanc-n added the enhancement Any new improvement worthy of a entry in the changelog label Mar 9, 2025
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