-
Notifications
You must be signed in to change notification settings - Fork 915
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this 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
@gpucibot merge |
This adds more nested types tests for
cudf::distinct
, including cases ofList<Struct<...>>
andStruct<List<...>>
, and the input columns are sliced.Partially addresses #10742.