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.
A clear and concise description of what the problem is. Ex. I wish the RAPIDS Accelerator for Apache Spark would [...]
Support Sort on nested struct.
Currently the Sort can only work on nested struct:
!Exec <SortExec> cannot run on GPU because not all expressions can be replaced
!Expression <SortOrder> col#74 ASC NULLS FIRST cannot run on GPU because expression AttributeReference col#74 produces an unsupported type StructType(StructField(name,StructType(StructField(firstname,StringType,true)...
Describe the solution you'd like
A clear and concise description of what you want to happen.
GpuSort should work on nested struct.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I wish the RAPIDS Accelerator for Apache Spark would [...]
Support Sort on nested struct.
Currently the Sort can only work on nested struct:
Describe the solution you'd like
A clear and concise description of what you want to happen.
GpuSort should work on nested struct.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered: