adriangb commented on code in PR #7566: URL: https://github.com/apache/arrow-rs/pull/7566#discussion_r2116711200
########## arrow-json/src/writer/mod.rs: ########## @@ -2058,83 +2059,37 @@ mod tests { assert_json_eq(&buf, expected); } - fn make_fallback_encoder_test_data() -> (RecordBatch, Arc<dyn EncoderFactory>) { Review Comment: Can we make the tests write out ints as bytes, floats as strings or something like that? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org