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

Make java rolling window operation APIs consistent [skip ci] #8251

Merged

Conversation

revans2
Copy link
Contributor

@revans2 revans2 commented May 14, 2021

There were some recent changes to the rolling window java APIs that made it so there were multiple different ways to set preceding and following and they were inconsistent with each other. What is more if you used the wrong one, you got either the wrong answer or your program crashed with a seg fault trying to dereference a null pointer.

This removes the ambiguity, but it is a breaking change. Because of this I am going to keep this in draft until Monday.

@revans2 revans2 added bug Something isn't working 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS 4 - Needs cuDF (Java) Reviewer breaking Breaking change labels May 14, 2021
@revans2 revans2 self-assigned this May 14, 2021
@mythrocks mythrocks self-requested a review May 14, 2021 18:28
@revans2 revans2 marked this pull request as ready for review May 17, 2021 16:10
@revans2 revans2 requested a review from a team as a code owner May 17, 2021 16:10
@revans2
Copy link
Contributor Author

revans2 commented May 17, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 0b9f178 into rapidsai:branch-0.20 May 17, 2021
@revans2 revans2 deleted the remove_broken_jni_window_apis branch May 17, 2021 16:10
@vyasr vyasr added 4 - Needs Review Waiting for reviewer to review or respond and removed 4 - Needs cuDF (Java) Reviewer labels Feb 23, 2024
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 4 - Needs Review Waiting for reviewer to review or respond breaking Breaking change bug Something isn't working Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants