alamb commented on issue #9668: URL: https://github.com/apache/arrow-rs/issues/9668#issuecomment-4316887132
> [@alamb](https://github.com/alamb) any concerns about the proposed changes or about the underlying issue that we're trying to solve? I guess what I am saying is that if we removed the IO from the Avro reader then clients that wanted more direct control could handle the IO themselves and push it to the decoder. example APIs I have in mind are: 1. ParquetPushDecoder: https://docs.rs/parquet/58.0.0/parquet/arrow/push_decoder/struct.ParquetPushDecoder.html 2. JSON decoder API: https://docs.rs/arrow-json/58.1.0/arrow_json/reader/index.html#async-usage -- 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]
