thinkharderdev commented on code in PR #2552:
URL: https://github.com/apache/arrow-rs/pull/2552#discussion_r951374473


##########
arrow/src/json/reader.rs:
##########
@@ -2623,7 +2623,7 @@ mod tests {
         let re = builder.build(Cursor::new(json_content));
         assert_eq!(
             re.err().unwrap().to_string(),
-            r#"Json error: Expected JSON record to be an object, found Array 
[Number(1), String("hello")]"#,
+            r#"Json error: Expected JSON record to be an object, found 
Array([Number(1), String("hello")])"#,

Review Comment:
   Not sure what this is about but this test was failing for me so I fixed it



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

Reply via email to