Rafferty97 commented on code in PR #9494:
URL: https://github.com/apache/arrow-rs/pull/9494#discussion_r2968558387


##########
arrow-json/test/data/mixed_arrays.json:
##########
@@ -1,4 +0,0 @@
-{"a":1, "b":[2.0, 1.3, -6.1], "c":[false, true], "d":4.1}

Review Comment:
   This file was used by tests related to an inference rule that coerces a mix 
of scalar and array values into an array type. I've removed this rule because 
the JSON reader can't actually do this coercion, so I figured it was better to 
error out instead.
   
   I could reinstate these files and test that they cause schema inference to 
fail - but I'm unsure how useful that actually is?



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

Reply via email to