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

JNI bindings for sort_lists [skip ci] #8439

Merged
merged 3 commits into from
Jun 7, 2021

Conversation

sperlingxx
Copy link
Contributor

@sperlingxx sperlingxx commented Jun 4, 2021

This PR is to provide JNI wrapper for `cudf::lists::sort_lists', which sorts each row inside list_column. This feature is required by NVIDIA/spark-rapids#2557.

In addition, this PR also update comments and tests on NaNEquality/NullEquality of rolling_collect_set.

@sperlingxx sperlingxx requested a review from a team as a code owner June 4, 2021 03:22
@github-actions github-actions bot added the Java Affects Java cuDF API. label Jun 4, 2021
@sperlingxx sperlingxx added feature request New feature or request non-breaking Non-breaking change labels Jun 4, 2021
@@ -3045,11 +3045,13 @@ void testWindowingCollectList() {

@Test
void testWindowingCollectSet() {
// TODO: Add test cases for aggCollectWithUnEqNulls and aggCollectWithEqNaNs after
// the issue (https://github.com/rapidsai/cudf/issues/8405) being addressed.
Copy link
Member

Choose a reason for hiding this comment

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

For the future, I'm not a fan of lumping a bunch of unrelated changes into a PR. These two changes are completely orthogonal and should have been done as separate PRs. It's not like the overhead of a separate PR is that high, especially since the Java PRs are skipping CI.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, I will be aware of this in next time.

@sperlingxx
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 79f42f9 into rapidsai:branch-21.08 Jun 7, 2021
@sperlingxx sperlingxx deleted the jni_sort_lists branch June 7, 2021 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants