-
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 mixed semi and anti joins #10040
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10040 +/- ##
================================================
+ Coverage 10.37% 10.42% +0.04%
================================================
Files 119 119
Lines 20149 20607 +458
================================================
+ Hits 2091 2148 +57
- Misses 18058 18459 +401
Continue to review full report at Codecov.
|
Converting this to a draft until #10037 has been merged to avoid inadvertent early merging since Java CI failures are a non-blocker. |
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.
+1 this looks good to me.
#10037 has been merged, so this should be ready to go. |
@gpucibot merge |
This depends on #9941 and #10037. Adds Java bindings for mixed left semi join and mixed left anti join.