[ 
https://issues.apache.org/jira/browse/ARROW-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942566#comment-16942566
 ] 

Antoine Pitrou commented on ARROW-6760:
---------------------------------------

Hmm, we should probably give better error messages. [~bkietz]

In this case, though, it seems the "length" field is first a string, then an 
integer. Arrow only accepts homogenous JSON, i.e. all objects in the same file 
must have the same schema.

> JSON parse error: A column changed from string to number
> --------------------------------------------------------
>
>                 Key: ARROW-6760
>                 URL: https://issues.apache.org/jira/browse/ARROW-6760
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: harikrishnan
>            Priority: Major
>         Attachments: dummy.jl
>
>
> I am trying to parse a simple json file. While doing so, am getting the error 
>  {{JSON parse error: A column changed from string to number}}
> {code}
> from pyarrow import json
> r = json.read_json('dummy.jl')
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to