-
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
User resource fix for replace_nulls #7769
Conversation
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. |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7769 +/- ##
===============================================
+ Coverage 81.86% 82.65% +0.78%
===============================================
Files 101 103 +2
Lines 16884 17524 +640
===============================================
+ Hits 13822 14484 +662
+ Misses 3062 3040 -22
Continue to review full report at Codecov.
|
@magnatelee can you look at the CI failures? |
error is unrelated. I think a CI hiccup that ops is actively dealing with. |
rerun tests |
@gpucibot merge |
Follow up on PR #7769 This PR fixes few more places of missing stream, and memory resource arguments. Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu) - Nghia Truong (https://github.com/ttnghia) URL: #7779
cudf::replace_nulls
was copying the input column with the default stream and resource when there is no null. This simple PR is to make sure to pass the right stream and resource to the copy constructor.