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

Unable to read parquet file containing multiple MAP_KEY_VALUE columns #84

Open
hbs opened this issue Jul 11, 2022 · 0 comments
Open

Unable to read parquet file containing multiple MAP_KEY_VALUE columns #84

hbs opened this issue Jul 11, 2022 · 0 comments

Comments

@hbs
Copy link

hbs commented Jul 11, 2022

There seems to be a mishandling of MAP columns since those columns contain groups named key_value with elements key and value, and those are considered already seen which leads to the following error:

File "/usr/local/lib/python3.9/site-packages/parquet/schema.py", line 20, in init
assert len(self.schema_elements) == len(self.schema_elements_by_name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant