[FEA] Add GpuMapConcat
support for nested (array, struct, map) types.
#5559
Labels
feature request
New feature or request
Is your feature request related to a problem? Please describe.
This is a follow on issue of #5533.
Describe the solution you'd like
GpuMapConcat
should support arbitrary nested types for values once rapidsai/cudf#10890 is merged. For keys we need rapidsai/cudf#11093 assuming that it also updates drop_list_duplicates. These do not have to be done at the same time. We can split them up into separate PRs for keys and values:GpuMapConcat
support for nested-type values #5686GpuMapConcat
support for nested type keys. #6290. (Blocked by [FEA] Fully support nested types inlists::drop_list_duplicates
rapidsai/cudf#11093 )The text was updated successfully, but these errors were encountered: