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

[BUG] Error when opening file containing columns of LIST type #73

Closed
mughees-wyne opened this issue Apr 4, 2023 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@mughees-wyne
Copy link

Parquet Viewer Version
2.5.1

Where was the parquet file created?
pyarrow

Sample File
test_file_20230120_common_ts.zip

Describe the bug
The Parquet Viewer is not able to open a file that contains columns of LIST type. In the attached file "object_data__obj_angles" is a column of LIST type but as you see in the screenshot it complains that this column doesn't exist (don't know why). However, v2.4 mentioned at #33 (comment) is able to load this file without issues.

Screenshots
v2.5.1
image

v2.4
image

@mughees-wyne mughees-wyne added the bug Something isn't working label Apr 4, 2023
@mukunku
Copy link
Owner

mukunku commented Apr 4, 2023

I was able to add non-nested list support in v2.4. But after trying to handle nested lists I kind of gave up because implementing the dremel algorithm is beyond my skillset. Maybe I can look into adding non-nested list support again but it's known that list types aren't supported in the app as mentioned in the readme.

@mughees-wyne
Copy link
Author

I was able to add non-nested list support in v2.4. But after trying to handle nested lists I kind of gave up because implementing the dremel algorithm is beyond my skillset. Maybe I can look into adding non-nested list support again but it's known that list types aren't supported in the app as mentioned in the readme.

Non-nested list support would be better than having nothing at all. It should be enough for many simple use cases.

@mukunku
Copy link
Owner

mukunku commented Apr 23, 2023

Non-nested list support is available now with v2.7.0

Going to close out this issue. Please feel free to re-open if you experience any issues.

@mukunku mukunku closed this as completed Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants