[BUG] Tests test_window_aggs_for_rows_collect_list
fails when there are null values in columns.
#1638
Labels
bug
Something isn't working
Describe the bug
Spark will drop nulls when collecting, but seems GPU does not yet, so exceptions as below come up.
Steps/Code to reproduce bug
Run the tests
test_window_aggs_for_rows_collect_list
with latest cudf and rapids jars.Expected behavior
Tests should pass.
The text was updated successfully, but these errors were encountered: