-
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
Java bindings for conditional join output sizes #9002
Java bindings for conditional join output sizes #9002
Conversation
This is in draft until the prerequisite #8928 is merged. |
Looks like the dependency is merge, but the style needs to be updated. |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9002 +/- ##
===============================================
Coverage ? 10.65%
===============================================
Files ? 114
Lines ? 19080
Branches ? 0
===============================================
Hits ? 2033
Misses ? 17047
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
This adds Java bindings to the conditional join output size APIs added in #8928. In preparation for adding Java APIs for hash-join output sizing, it also refactors the names of the conditional join APIs to avoid overloading by adding "conditional" to the method names.