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

Support for an avro table reader #727

Closed
alamb opened this issue Aug 29, 2021 · 2 comments
Closed

Support for an avro table reader #727

alamb opened this issue Aug 29, 2021 · 2 comments
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@alamb
Copy link
Contributor

alamb commented Aug 29, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Avro is another (row oriented) storage format such as CSV, or JSON. arrow-rs includes (optional) features for reading those formats, and we could also contemplate reading avro as well.

In apache/datafusion#910 @Igosuki implemented avro support for DataFusion and @nevi-me suggested apache/datafusion#910 (comment) this might belong in arrow-rs if there was sufficient interest

Describe the solution you'd like
An AvroReader, similar to CsvReader and JsonReader in arrow-rs

Describe alternatives you've considered
Leave the code in DataFusion

@alamb alamb added enhancement Any new improvement worthy of a entry in the changelog arrow Changes to the arrow crate labels Aug 29, 2021
@Igosuki
Copy link

Igosuki commented Aug 31, 2021

There would be a good opportunity for refactoring here as well, and enabling custom formats to be easily implemented.

@alamb
Copy link
Contributor Author

alamb commented Nov 13, 2023

Dupe of #4886 which is in progress (thanks @Jefffrey ).

@alamb alamb closed this as completed Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

2 participants