-
Notifications
You must be signed in to change notification settings - Fork 902
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
Expose OutOfBoundsPolicy in JNI for Table.gather #9406
Expose OutOfBoundsPolicy in JNI for Table.gather #9406
Conversation
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.
Comment nits and we should avoid the breaking change, but otherwise lgtm.
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9406 +/- ##
================================================
- Coverage 10.79% 10.74% -0.05%
================================================
Files 116 116
Lines 18869 19082 +213
================================================
+ Hits 2036 2051 +15
- Misses 16833 17031 +198
Continue to review full report at Codecov.
|
I see a number of unrelated python tests failing, around parquet/orc writing. |
Filed: #9408 to track the CI issues. |
…perf/check_bounds_enum_jni
Now call the sync version directly. Signed-off-by: Firestarman <[email protected]>
Stealing this 4fcd452, from @firestarman's PR. |
@gpucibot merge |
This change just makes it clearer what the second argument for Table.gather means. Hopefully it is slightly clearer than the old boolean value.