alamb commented on issue #7690: URL: https://github.com/apache/arrow-datafusion/issues/7690#issuecomment-1741265212
> avro_to_arrow::Reader only accepts a io reader I find it hard to navigate all the traits sometimes, but since `std::io::Read` is implemented by `[u8]` if you have the avro in memory as bytes you should be able to use the `AvroArrowArrayReader` (assuming it is made pub, of course) https://doc.rust-lang.org/std/io/trait.Read.html -- 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]
