You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/01 18:50:30 UTC

[GitHub] [arrow] houqp commented on pull request #7309: ARROW-8993: [Rust] support reading gzipped json files

houqp commented on pull request #7309:
URL: https://github.com/apache/arrow/pull/7309#issuecomment-637040555


   > One dramatic alternative would be to always require a schema, and leave inference to the user. We could then consume the buffer reader (reader: mut BufReader<R> instead of reader: &mut BufReader<R>), so that we don't leave the user with a file handle that's already partially/fully consumed.
   
   this is the approach csv reader took as well, so another benefit from doing this would be consistent user experience.


----------------------------------------------------------------
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:
users@infra.apache.org