alamb opened a new issue #727: URL: https://github.com/apache/arrow-rs/issues/727
**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 https://github.com/apache/arrow-datafusion/pull/910 @Igosuki implemented avro support for DataFusion and @nevi-me suggested https://github.com/apache/arrow-datafusion/pull/910#issuecomment-907762733 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 -- 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]
