[BUG]filter test perfroms wrong when GDF_LESS_THAN #1336
Labels
bug
Something isn't working
libcudf
Affects libcudf (C++/CUDA) code.
Needs Triage
Need team to review and classify
filter_ops.cu
The comparison operations have bugs in the LESS_THAN condition, which makes it perform as same as the GREATER_THAN condition.
Code to reproduce bug
rapidsai/cudf/cpp/src/filter/filter_ops.cu: Line 62 &Line 72.
Both ">" should be "<".
Expected behavior
No mix between greater than and less than
The text was updated successfully, but these errors were encountered: