LaurentMazare opened a new pull request #451:
URL: https://github.com/apache/arrow-rs/pull/451


   # Which issue does this PR close?
   
   Closes #193 (JSON reader does not implement iterator). 
   
   # Rationale for this change
   
   Fairly straightforward change that makes it easy to iterate over 
`RecordBatch` when reading a json file.
   
   # What changes are included in this PR?
   
   - Implement the `Iterator` trait directly on `json::Reader`.
   - Add test reading some json file through a for loop using this iterator.
   
   # Are there any user-facing changes?
   
   None expected, this adds a `next` function as part of the trait, there is 
already a public `next` function defined on `json::Reader` and this doesn't 
seem to be an issue.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to