[FEA] Add more unit tests for nested lists and structs after having full support for lexicographic comparator
Open
0 - Backlog
feature request
libcudf
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
We have full support for nested types in lexicographic comparison (by https://github.com/rapidsai/cudf/pull/12879). Having such feature, a lot of operations now can process input with more complex nested types input. For example: groupby/reduction etc.
The PR https://github.com/rapidsai/cudf/pull/12879 only added relevant unit tests for nested types in lexicographic comparison tests. Other operations also need to update their corresponding unit tests with more nested type input.
Contributor guide
Assessment
This issue has not been assessed yet.