[BUG] cudf::lists::sort_lists fails for sliced column #7530
Labels
0 - Blocked
Cannot progress due to external reasons
bug
Something isn't working
libcudf
Affects libcudf (C++/CUDA) code.
Describe the bug
The list sort API
cudf::lists::sort_lists
fails for the following test case:Error message:
To clarify,
sort_lists
fails for sliced columns (likecudf::slice(list0, {1, 3})[0]
in the example above).The text was updated successfully, but these errors were encountered: