[BUG] Integration test test_window_running_no_part can produce non-empty nulls (cudf scan) #8187
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
Describe the bug
To be able to support sorting and comparisons on nested types we needed to get rid of all non-empty nulls. To help with this we added in some asserts when we see them. It looks like the
ColumnView.scan
in some cases can return non-empty nulls.Steps/Code to reproduce bug
Run the integration tests, but revert #8183 first
This line corresponds to doing a Scan, specifically
inputCol.scan(agg, ScanType.INCLUSIVE, NullPolicy.EXCLUDE)
I don't know the exact agg being done, but it is being done where the data type is a String.
The text was updated successfully, but these errors were encountered: