benibus commented on issue #35100:
URL: https://github.com/apache/arrow/issues/35100#issuecomment-1602936742

   Yeah, the file reader expects line-delimited structs at the top-level - so 
you'd need to to remove both the brackets and commas for this to work as-is.
   
   On the C++ side, there _do_ exist functions that could parse this correctly 
(`ipc::ArrayFromJSON`, etc) but they're more limited (no type-inference) and I 
don't know if there are even bindings...


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