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

Re: [I] [R][C++] Error when trying to read JSON file [arrow]

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

   One potential workaround would be to parse the JSON file with a single top column of list type. This would enable the reader to produce a table with a single "row" containing the entire file as a slot of the list column.
   
   This might be acceptable for cases like this where (I suspect) we only need to deal with small files. Schema inference would not be available, however


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