ariel-miculas commented on issue #9668: URL: https://github.com/apache/arrow-rs/issues/9668#issuecomment-4419531896
> JSON decoder API: https://docs.rs/arrow-json/58.1.0/arrow_json/reader/index.html#async-usage The problem with the JSON decoder API is that it doesn't cover the datafusion use case of partitioning, i.e. handling inputs which end in the middle of JSON entries. The async Avro reader handles this case so it can be used as-is from 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]
