Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LargeUtf8 in json writer #1357

Closed
tiphaineruy opened this issue Feb 23, 2022 · 0 comments · Fixed by #1358
Closed

Add support for LargeUtf8 in json writer #1357

tiphaineruy opened this issue Feb 23, 2022 · 0 comments · Fixed by #1358
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate

Comments

@tiphaineruy
Copy link
Contributor

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

@alamb alamb added parquet Changes to the parquet crate enhancement Any new improvement worthy of a entry in the changelog and removed bug labels Mar 3, 2022
@alamb alamb changed the title LargeUtf8 unsupported in json writer Add support for LargeUtf8 in json writer Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants