[BUG] CUDF crashes trying to read a valid ORC file with a single null entry in it #12155
Labels
2 - In Progress
Currently a work in progress
bug
Something isn't working
cuIO
cuIO issue
Spark
Functionality that helps Spark RAPIDS
Milestone
Describe the bug
The file that causes this error is attached below
Steps/Code to reproduce bug
Try to read this particular file using CUDF. It will throw an exception like
I am not an expert in ORC, but I tried to debug this a little bit at the point in which the error is being thrown we are trying to read two STRING columns (I assume the key and value for the map).
Expected behavior
I should be able to read the file and get the null out, like I can in Spark.
or pandas
The text was updated successfully, but these errors were encountered: