Skip to content

Remove cudf::detail::target_type from groupby gtests#21932

Draft
davidwendt wants to merge 3 commits intorapidsai:mainfrom
davidwendt:agg-tests-detail
Draft

Remove cudf::detail::target_type from groupby gtests#21932
davidwendt wants to merge 3 commits intorapidsai:mainfrom
davidwendt:agg-tests-detail

Conversation

@davidwendt
Copy link
Copy Markdown
Contributor

Description

Replaces the cudf::detail::target_type usage from groupby and rolling tests. Using an internal utility to help test code logic that then uses that same utility seems like poor unit test form. The expected value types are easily computed and it would make sense if an expected output type has changed for an aggregation that tests are also updated (or fail if not updated).

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 self-assigned this Mar 25, 2026
@davidwendt davidwendt added 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 25, 2026
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Mar 25, 2026

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@davidwendt
Copy link
Copy Markdown
Contributor Author

/ok to test

@davidwendt
Copy link
Copy Markdown
Contributor Author

/ok to test

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.

1 participant