-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA] Support HashAggregate on struct and nested struct #2877
Comments
I would like to get some clarification on the requirements. Is this only for the group by keys, or are there requirements for specific aggregations that also need to support nested structs. |
Here are 2 scenarios to trigger this HashAggregate on struct and/or nested struct.
|
I'm working on the |
Related libcudf PR: rapidsai/cudf#9024 |
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 HashAggregate on struct and nested struct.
Currently a group-by on struct can not work on GPU:
Describe the solution you'd like
A clear and concise description of what you want to happen.
GpuHashAggregate can 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: