[BUG] No error detection in corrupted ORC files #13461
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
Milestone
Describe the bug
This is related to #13460
After we write bad data, when we read it back in on the GPU we don't produce any errors. We don't crash. We just happily return corrupt data.
I realize that CUDF for performance reasons does not do much in the way of checks on the input data, but for input files we really should be doing something.
The text was updated successfully, but these errors were encountered: