[BUG] The backwards compatible parquet annotation MAP_KEY_VALUE crashes on read #6970
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
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 #6914This 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.
The text was updated successfully, but these errors were encountered: