tiphaineruy opened a new issue #1357: URL: https://github.com/apache/arrow-rs/issues/1357
**Describe the bug** I was reading a parquet file and converting to json Unsupported datatype: LargeUtf8 .cargo/registry/src/github.com-1ecc6299db9ec823/arrow-6.3.0/src/json/writer.rs:490:13 **To Reproduce** write a LargeUtf8 with the json writer **Expected behavior** LargeUtf8 written to json **Additional context** Not sure how to fix the round trip issue. LargeUTf8 -> json -> will be read as Utf8 -- 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]
