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

Add more unit tests for cudf::distinct for nested types with sliced input #10860

Merged
merged 5 commits into from
May 16, 2022

Conversation

ttnghia
Copy link
Contributor

@ttnghia ttnghia commented May 15, 2022

This adds more nested types tests for cudf::distinct, including cases of List<Struct<...>> and Struct<List<...>>, and the input columns are sliced.

Partially addresses #10742.

@ttnghia ttnghia added feature request New feature or request 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 May 15, 2022
@ttnghia ttnghia self-assigned this May 15, 2022
@ttnghia ttnghia requested a review from a team as a code owner May 15, 2022 22:01
@ttnghia ttnghia removed the feature request New feature or request label May 15, 2022
@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #10860 (e007814) into branch-22.06 (e58d049) will increase coverage by 0.02%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##           branch-22.06   #10860      +/-   ##
================================================
+ Coverage         86.29%   86.32%   +0.02%     
================================================
  Files               144      144              
  Lines             22656    22656              
================================================
+ Hits              19552    19557       +5     
+ Misses             3104     3099       -5     
Impacted Files Coverage Δ
python/cudf/cudf/core/column/numerical.py 95.88% <0.00%> (-0.30%) ⬇️
python/cudf/cudf/core/dataframe.py 93.78% <0.00%> (+0.04%) ⬆️
python/cudf/cudf/core/column/string.py 88.78% <0.00%> (+0.12%) ⬆️
python/cudf/cudf/core/groupby/groupby.py 91.79% <0.00%> (+0.22%) ⬆️
python/cudf/cudf/core/tools/datetimes.py 84.49% <0.00%> (+0.30%) ⬆️
python/cudf/cudf/core/column/lists.py 91.70% <0.00%> (+0.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0d7193...e007814. Read the comment docs.

Copy link
Contributor

@karthikeyann karthikeyann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

# Conflicts:
#	cpp/tests/stream_compaction/distinct_tests.cpp
@ttnghia
Copy link
Contributor Author

ttnghia commented May 16, 2022

@gpucibot merge

@codereport codereport removed their request for review May 16, 2022 17:35
@rapids-bot rapids-bot bot merged commit db07df1 into rapidsai:branch-22.06 May 16, 2022
@ttnghia ttnghia deleted the distinct_tests branch May 16, 2022 20:13
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.

3 participants