You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: