-
Notifications
You must be signed in to change notification settings - Fork 915
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
Use make_strings_children for fill() specialization logic #14697
Use make_strings_children for fill() specialization logic #14697
Conversation
What is the difference in behavior with 3de1ee5? |
Just a subtle improvement. The current commit only calls |
oh, that was not the fix for tests? I misunderstood and spent too much time staring at the diff. I'll take a look at the other new commit as well. |
/merge |
Description
Refactors the
cudf::strings::detail::fill()
function to usemake_strings_children
.This refactors some duplicated logic and will help to enable large strings support.
Checklist