-
Notifications
You must be signed in to change notification settings - Fork 816
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
JSON reader does not implement iterator #193
Comments
The CSV has an iterator in arrow-rs/arrow/src/csv/reader.rs Line 372 in b76e8c9
|
There is no reason I know of that this should not be done |
Is this a bug or an enhancement request? I'm not sure how I would use the reader to read all batches without the iterator. |
It can be whatever you want :) I'll start with bug and we can change it if you want. Please feel free to contribute a PR |
I think this is also a good first issue as well |
@erichutchins do you want to look into this to fix domoritz/json2parquet#1? |
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11823
https://docs.rs/arrow/3.0.0/arrow/json/reader/struct.Reader.html does not implement the iterator trait even though it implements next.
The text was updated successfully, but these errors were encountered: