Samrose-Ahmed opened a new issue, #7690:
URL: https://github.com/apache/arrow-datafusion/issues/7690

   ### Is your feature request related to a problem or challenge?
   
   I have Avro values in memory parsed using the apache_avro crate. I would 
like to convert these and get a RecordBatch.
   
   ### Describe the solution you'd like
   
   Currently AvroArrowArrayReader is private and the avro_to_arrow::Reader only 
accepts a io reader and calls the apache_avro reader internally. I would have 
to currently serialize my in memory values and pass the bytes to 
avro_to_arrow::Reader.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   I have a fork with a hacky fix, I can make a draft PR if but the API was a 
bit weird with the lifetime the apache_avro::Reader required


-- 
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]

Reply via email to