You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am trying to implement a GPU version of Spark's CreateMap expression (NVIDIA/spark-rapids#3014) but cuDF doesn't currently support creating a list of structs. The cuDF interleave_columns_functor looks for fixed-width, string_view, or list_view but the list view requires non-nested children, so I get an unsupported type error.
Describe the solution you'd like
Here is the rough code that I would like to write in the Spark plugin:
Is your feature request related to a problem? Please describe.
I am trying to implement a GPU version of Spark's
CreateMap
expression (NVIDIA/spark-rapids#3014) but cuDF doesn't currently support creating a list of structs. The cuDFinterleave_columns_functor
looks for fixed-width, string_view, or list_view but the list view requires non-nested children, so I get an unsupported type error.Describe the solution you'd like
Here is the rough code that I would like to write in the Spark plugin:
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: