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

[GitHub] [arrow-rs] tustvold commented on issue #3373: Handle BYTE_ARRAY physical type in arrow-json (be able to load files output from pandas with no dtypes)

tustvold commented on issue #3373:
URL: https://github.com/apache/arrow-rs/issues/3373#issuecomment-1501095634

   > What should I do to handle this issue
   
   If you aren't able to rewrite the data, another option might be able to read the parquet data and then feed the JSON columns into [RawDecoder](https://docs.rs/arrow-json/latest/arrow_json/struct.RawDecoder.html). It isn't the nicest solution, but we have very limited support for JSON-encoded data within arrays at the moment.


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