Skip to content
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

stop using copyWithBooleanColumnAsValidity #11399

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Aug 26, 2024

This fixes #11397

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2
Copy link
Collaborator Author

revans2 commented Aug 26, 2024

build

@jlowe jlowe merged commit 46057a4 into NVIDIA:branch-24.10 Aug 27, 2024
45 of 46 checks passed
@sameerz sameerz added the bug Something isn't working label Aug 28, 2024
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Sep 1, 2024
This depends on NVIDIA/spark-rapids#11399

Essentially ifElse is faster than this API and this API is not safe to use generically.

NVIDIA/spark-rapids#11397 (comment)

So I am removing it after replacing all calls to it with calls to `ifElse/cudf::copy_if_else`

Authors:
  - Robert (Bobby) Evans (https://github.com/revans2)

Approvers:
  - Alessandro Bellina (https://github.com/abellina)
  - Mike Wilson (https://github.com/hyperbolic2346)

URL: #16660
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] We should not be using copyWithBooleanColumnAsValidity unless we can prove it is 100% safe
4 participants