[BUG] GpuArrayExists encounters a CudfException on an input partition consisting of just empty lists #5108
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
P0
Must have for release
reliability
Features to improve reliability or bugs that severly impact the reliability of the plugin
Milestone
Describe the bug
When a partition consists of just rows of empty lists, the executor crashes with
This is related to rapidsai/cudf#10556.
Steps/Code to reproduce bug
To deterministically reproduce the bug use a single row with an empty array
Expected behavior
Query should not crash and produce output with the number of output rows matching input rows with the value
false
.Environment details (please complete the following information)
Additional context
rapidsai/cudf#10556
The text was updated successfully, but these errors were encountered: