-
Notifications
You must be signed in to change notification settings - Fork 100
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
[BUG] Error when opening file with list field (System.InvalidCastException) #119
Comments
Can you share a sample file please? You can zip and upload it here. Otherwise I might not be able to help much. Also give version 3.2.0.0 a try. I doubt it has addressed your issue but wanted to suggest just in case 🤞🏼 . |
I believe this is due to list fields with nested struct values. Implementing it has proven challenging. |
Maybe related. I'm, getting the following error. And yes, it is parquet with nested struct.
|
Nope, still on 3.2.0 as it is latest released. |
I just checked 3.2.1.0 - works much better and opens my file correctly 👍 |
After some testing, it looks like it is not handled 100% correct. Example schema:
Test parquet file: test.zip Error while opening:
Problem occurs when there is more than one repetition for field Works:
Fails:
Moreover, Snippet used to create parquet file:
|
Parquet Viewer Version
Latest (3.1.0)
Where was the parquet file created?
pyarrow
Sample File
Generic Array
Describe the bug
Upon loading a file i get hit with:
The text was updated successfully, but these errors were encountered: