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

Fix JNI method with mismatched parameter list #13384

Merged
merged 1 commit into from
May 18, 2023

Conversation

ttnghia
Copy link
Contributor

@ttnghia ttnghia commented May 18, 2023

This is a simple fix for a JNI method that doesn't have the right parameter list. It didn't trigger any bug because the mismatched (redundant) parameter is not used, and Java calls this method through function name lookup without knowing its signature.

@ttnghia ttnghia added 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. tech debt non-breaking Non-breaking change labels May 18, 2023
@ttnghia ttnghia self-assigned this May 18, 2023
@ttnghia ttnghia requested a review from a team as a code owner May 18, 2023 17:31
@ttnghia ttnghia added the improvement Improvement / enhancement to an existing function label May 18, 2023
@ttnghia
Copy link
Contributor Author

ttnghia commented May 18, 2023

/merge

@rapids-bot rapids-bot bot merged commit ce307b8 into rapidsai:branch-23.06 May 18, 2023
@ttnghia ttnghia deleted the fix_jni branch May 18, 2023 22:22
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 Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants