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] The backwards compatible parquet annotation MAP_KEY_VALUE crashes on read #6970

Open
revans2 opened this issue Nov 1, 2022 · 1 comment
Labels
bug Something isn't working cudf_dependency An issue or PR with this label depends on a new feature in cudf

Comments

@revans2
Copy link
Collaborator

revans2 commented Nov 1, 2022

Describe the bug
This is similar to #6968 but it is for maps. In the parquet spec a map can be annotated with MAP_KEY_VALUE instead of MAP. But when CUDF sees this is does not treat it like a MAP, but returns the data without a LIST, and ends up throwing out some data. This corresponds to the test MAP_KEY_VALUE in #6914

This is really a CUDF issue so I will file something there for this. But we will need to enable the test once it is fixed.

@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify cudf_dependency An issue or PR with this label depends on a new feature in cudf labels Nov 1, 2022
@revans2
Copy link
Collaborator Author

revans2 commented Nov 1, 2022

The CUDF issue is rapidsai/cudf#12044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cudf_dependency An issue or PR with this label depends on a new feature in cudf
Projects
None yet
Development

No branches or pull requests

1 participant