zeapo commented on pull request #7309:
URL: https://github.com/apache/arrow/pull/7309#issuecomment-637046642
Would it make sense to implement for json reader the same interfaces that
are on csv reader, i.e. `Read + Seek` for `infer_file_schema`, and a
`json::Reader::from_buf_reader()`.
Then in another PR add an interface on `Read` only? In both json and csv.
That would mean creating a new `infer_reader_schema` that takes a `Read`
(rather than `Read + Seek`).
----------------------------------------------------------------
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]