pitrou commented on PR #14843:
URL: https://github.com/apache/arrow/pull/14843#issuecomment-1337536773

   Two things:
   
   1) the parser isn't very strict either, perhaps we can improve it to return 
an error here?
   ```python
   >>> json.read_json(pa.py_buffer(b"""}"""))
   pyarrow.Table
   
   ----
   ```
   
   2) the error message could be better, for example "invalid data at end of 
document"
   


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