-
Notifications
You must be signed in to change notification settings - Fork 912
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
Refactor libcudf strings concatenate to use make_strings_children #7937
Conversation
Reference #7929 |
Codecov Report
@@ Coverage Diff @@
## branch-0.20 #7937 +/- ##
===============================================
+ Coverage 82.30% 82.71% +0.41%
===============================================
Files 101 103 +2
Lines 17053 17711 +658
===============================================
+ Hits 14035 14650 +615
- Misses 3018 3061 +43
Continue to review full report at Codecov.
|
@gpucibot merge |
Refactor combine.cu to split out
join_strings()
and enableconcatenate()
to usemake_strings_children
utility.