alamb commented on code in PR #8482:
URL: https://github.com/apache/arrow-rs/pull/8482#discussion_r2392732931
##########
arrow-json/src/writer/mod.rs:
##########
@@ -724,6 +754,21 @@ mod tests {
&buf,
r#"{"micros":"2018-11-13T17:11:10.011375","millis":"2018-11-13T17:11:10.011","name":"a","nanos":"2018-11-13T17:11:10.011375885","secs":"2018-11-13T17:11:10"}
{"name":"b"}
+"#,
+ );
+
+ let mut buf = Vec::new();
Review Comment:
Thank you -- can you please also add code to test the other options added in
this PR (`datetime_format`, `time_format`, etc)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]