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

Fix libcudf gtests to pass null-count=0 for empty validity masks #12923

Merged

Conversation

davidwendt
Copy link
Contributor

@davidwendt davidwendt commented Mar 10, 2023

Description

Removing some unneeded usages of cudf::UNKNOWN_NULL_COUNT specifically in libcudf gtests source files.
These were found when working on other PRs.
Reducing the usage like this hopefully will move us closer to not using it at all.
There are few places in the gtest source files where we still use it even though the number of nulls is technically known but these may be fixed by adding and using some new test utilities in a future PR.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 10, 2023
@davidwendt davidwendt self-assigned this Mar 10, 2023
@davidwendt davidwendt added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Mar 10, 2023
@davidwendt davidwendt marked this pull request as ready for review March 10, 2023 17:09
@davidwendt davidwendt requested a review from a team as a code owner March 10, 2023 17:09
@davidwendt davidwendt requested review from vyasr and bdice March 10, 2023 17:09
@davidwendt
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit e591f68 into rapidsai:branch-23.04 Mar 10, 2023
@davidwendt davidwendt deleted the dilute-unknown-null-count branch March 10, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants