-
Notifications
You must be signed in to change notification settings - Fork 244
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 Group-By on Array[String] #4656
Comments
I filed rapidsai/cudf#10181 as the CUDF dependency that we need for this. |
I split up the original CUDF issue into two and added rapidsai/cudf#10184 for sorting of lists of strings. It is not required to do the initial work, but would really be nice to have. |
In CUDF the ask is being listed as a special case of rapidsai/cudf#8039 so this is actually likely to be more generic in that the key could be lists of lists/etc. |
Depends on adding murmur3 hashing for list columns issue rapidsai/cudf#10378 |
I wish we can support group-by on Array[String].
Minimum repro:
Not-supported-messages:
The text was updated successfully, but these errors were encountered: