-
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 JNI support for apply_boolean_mask #10812
Add JNI support for apply_boolean_mask #10812
Conversation
Signed-off-by: Chong Gao <[email protected]>
Can one of the admins verify this patch? |
Signed-off-by: Chong Gao <[email protected]>
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.
const nits but otherwise lgtm.
rerun tests |
@gpucibot merge |
ok to test |
1 similar comment
ok to test |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10812 +/- ##
================================================
- Coverage 86.42% 86.31% -0.12%
================================================
Files 143 144 +1
Lines 22493 22648 +155
================================================
+ Hits 19440 19549 +109
- Misses 3053 3099 +46
Continue to review full report at Codecov.
|
@gpucibot merge |
1 similar comment
@gpucibot merge |
Contributes to #10650
Add JNI support for
apply_boolean_mask
Refer to the descriptions of PR #10773
Signed-off-by: Chong Gao [email protected]