-
Notifications
You must be signed in to change notification settings - Fork 902
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
Nested scalar support for copy if else #8588
Nested scalar support for copy if else #8588
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8588 +/- ##
===============================================
Coverage ? 10.51%
===============================================
Files ? 116
Lines ? 18957
Branches ? 0
===============================================
Hits ? 1993
Misses ? 16964
Partials ? 0 Continue to review full report at Codecov.
|
prototyped this in gerashegalov#1 but it will need more work for structs which is going in with #8630. So I think it should be definitely a follow-up PR. |
#8630 went in. So I folded gerashegalov#1 into this PR that uses scalar-vector-based API |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
rerun tests |
@gpucibot merge |
Uses scalar-vector-based scatter API to provide support for copy_if_else involving scalar columns.
Other changes:
Closes #8361, depends on #8630, #8666