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

[GitHub] [arrow-datafusion] ShraddhaKishan commented on issue #83: [Rust] Parquet data source does not support complex types

ShraddhaKishan commented on issue #83:
URL: https://github.com/apache/arrow-datafusion/issues/83#issuecomment-1497323407

   I believe it still cannot process everything. I was reading a parquet file through `ArrowRecordBatchReader` and when trying to collect to `Vec<RecordBatch>` I still get the error that says `data type Json not supported in nested map for json writer`.
   
   I looked it up further, and found the code originating from within `arrow-json/src/writer.rs:351` where we compare the data type of `keys` with `Utf8` and subsequently return an error. 


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