You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "benibus (via GitHub)" <gi...@apache.org> on 2023/06/22 16:06:39 UTC

[GitHub] [arrow] benibus commented on issue #35100: [R][C++] Error when trying to read JSON file

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org