[BUG] Complex AST expressions can crash with non-matching operand type error #9733
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
test
Only impacts tests
Related to rapidsai/cudf#14409. Some expressions can cause the AST to produce a non-matching operand type failure, e.g.:
We may need to consider analyzing the Spark expression tree and falling back to the CPU for cases that will trigger the bug reported in rapidsai/cudf#14409 until that is fixed.
The text was updated successfully, but these errors were encountered: