[BUG] libcudf fails to recognized malformed dictionary during Parquet read #13656
Labels
0 - Backlog
In queue waiting for assignment
bug
Something isn't working
cuIO
cuIO issue
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
Describe the bug
Using libcudf to load a Parquet file with a malformed dictionary does not result in an error.
Steps/Code to reproduce bug
Read the nation.dict-malformed.parquet file from apache/parquet-testing with libcudf and note that it does not error.
Expected behavior
Loading this from Apache Spark or via the parquet-cli tool results in a decode error as expected:
The text was updated successfully, but these errors were encountered: