-
Notifications
You must be signed in to change notification settings - Fork 951
Add JNI for lists::drop_list_duplicates
with keys-values input column
#9553
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 JNI for lists::drop_list_duplicates
with keys-values input column
#9553
Conversation
8bc3c43
to
6697e22
Compare
lists::drop_list_duplicates
with keys-values input column [skip ci]lists::drop_list_duplicates
with keys-values input column
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9553 +/- ##
================================================
- Coverage 10.79% 10.67% -0.12%
================================================
Files 116 117 +1
Lines 18869 19884 +1015
================================================
+ Hits 2036 2123 +87
- Misses 16833 17761 +928
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.
Generally 👍. Some minor nitpicks, plus a possible correction for handling sliced/offset input columns.
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.
I'm 👍, save for the javadoc updates.
Rerun tests. |
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.
Approval for libcudf C++ changes.
Rerun tests. |
3 similar comments
Rerun tests. |
Rerun tests. |
Rerun tests. |
Rerun tests. |
CI tests keep failing due to data corruption of the downloaded files. |
Rerun tests. |
2 similar comments
Rerun tests. |
Rerun tests. |
@gpucibot merge |
This PR adds JNI work for the new interface of
lists::drop_list_duplicates
that operates on keys-values input columns. It also does a small fix to remove an unused variable indrop_list_duplicates.cu
.Blocked by #9345.