We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While reading a parquet file using arrow rust, I ran into an issue
ArrowError("reading List(GroupType ... into arrow not supported yet")
Any timeline for supporting nested structures would be of great help.
Thanks!
The text was updated successfully, but these errors were encountered:
@kyogesha can you add the actual type definition that is involved in this exception?
Sorry, something went wrong.
@kesavkolla Here are two parquet-files that cannot be read by arrow-rs : https://github.com/Igosuki/arrow2/blob/main/part-00000-b4749aa1-94e4-4ddb-bab2-954c4d3a290f.c000.snappy.parquet https://github.com/chauhanVritul/sampleparquet/blob/main/part-00000-8e5acb24-eb4e-491c-8c85-88799f25d1f0-c000.snappy.parquet
Successfully merging a pull request may close this issue.
While reading a parquet file using arrow rust, I ran into an issue
Any timeline for supporting nested structures would be of great help.
Thanks!
The text was updated successfully, but these errors were encountered: