Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User resource fix for replace_nulls (#7769)
`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. Authors: - Wonchan Lee (https://github.com/magnatelee) Approvers: - Mark Harris (https://github.com/harrism) - Mike Wilson (https://github.com/hyperbolic2346) - MithunR (https://github.com/mythrocks) - Nghia Truong (https://github.com/ttnghia) - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu) - Karthikeyan (https://github.com/karthikeyann) URL: #7769
- Loading branch information