-
Notifications
You must be signed in to change notification settings - Fork 916
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] Add string support to row/column conversion #10033
Comments
This issue has been labeled |
still in progress |
All of the dependencies for this close. Just waiting for one more from CUDF. I took a quick look to see what changes we would need to make in the plugin, and it is a bit more complex than I had hoped to do in a few hours :). I put as much of it as I could here, but I might have missed something.
|
Only spark-rapids work left to do on this, closing this issue. |
Spark currently doesn't have a gpu-accelerated way to convert from an unsafe row format to a cudf table if the table includes strings. This is the feature request to add support for that.
Describe the solution you'd like
row/column conversions should occur on the gpu even if the table has strings in it.
Describe alternatives you've considered
There is a cpu-based path for this now that works, but isn't as performant as desired.
The text was updated successfully, but these errors were encountered: