-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async JSON reader #4043
Labels
Comments
waynexia
added
the
enhancement
Any new improvement worthy of a entry in the changelog
label
Apr 10, 2023
This was added in #3479 In particular https://docs.rs/arrow-json/latest/arrow_json/struct.RawDecoder.html Edit: Perhaps we might make this more discoverable? Any thoughts welcome |
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Apr 10, 2023
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Apr 10, 2023
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Apr 10, 2023
I've created #4046 to better document this functionality, PTAL |
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Apr 10, 2023
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
like #78, async reader for JSON files is also useful sometimes.
Describe the solution you'd like
Add async Read support to arrow_json crate.
Describe alternatives you've considered
Additional context
We encountered a situation where only an asynchronous reader was available recently. It is difficult to bridge between synchronous and asynchronous interfaces, causing inconvenience.
The text was updated successfully, but these errors were encountered: