zeapo commented on a change in pull request #7309:
URL: https://github.com/apache/arrow/pull/7309#discussion_r434820112
##########
File path: rust/arrow/src/json/reader.rs
##########
@@ -364,6 +370,24 @@ impl<R: Read> Reader<R> {
}
}
+ /// Create a new JSON Reader from a `BufReader<R: Read>`
+ ///
+ /// If reading a `File`, you can customise the Reader, such as to enable
schema
Review comment:
changed :+1:
----------------------------------------------------------------
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]