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 2022/04/02 12:53:16 UTC

[GitHub] [arrow-rs] sum12 commented on a change in pull request #1451: Allow json reader/decoder to work with format_strings for each field and use Parser trait correspondingly

sum12 commented on a change in pull request #1451:
URL: https://github.com/apache/arrow-rs/pull/1451#discussion_r841073393



##########
File path: arrow/src/json/reader.rs
##########
@@ -38,7 +38,7 @@
 //!
 //! let file = File::open("test/data/basic.json").unwrap();
 //!
-//! let mut json = json::Reader::new(BufReader::new(file), Arc::new(schema), 1024, None);
+//! let mut json = json::Reader::new(BufReader::new(file), Arc::new(schema), 1024, None, None);

Review comment:
       added a `DecoderOptions` as decoder is like to get those new options in the future than the reader. 




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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org