You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/02/16 20:00:49 UTC

[GitHub] [arrow-rs] tustvold commented on pull request #3728: Using Borrow on infer_json_schema_from_iterator

tustvold commented on PR #3728:
URL: https://github.com/apache/arrow-rs/pull/3728#issuecomment-1433640767

   >  it'd be nicer to have the RawReader also support async work
   
   You might want to try out [RawDecoder](https://docs.rs/arrow-json/latest/arrow_json/struct.RawDecoder.html) in that case, it is designed for use in async contexts. FYI no operating systems currently support async IO, tokio actually just calls `tokio::spawn_blocking` under the hood, unless you're using something like glomio or streaming data over a network, async is not necessarily helpful.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org