[draft][multistage] Support multiple semi join#11922
Closed
walterddr wants to merge 6 commits intoapache:masterfrom
Closed
[draft][multistage] Support multiple semi join#11922walterddr wants to merge 6 commits intoapache:masterfrom
walterddr wants to merge 6 commits intoapache:masterfrom
Conversation
connected with QueryRunner refactor and simplify leaf stage compilation fix linter and further refactoring simplified visitor and context class, add javadoc fix server plan request gen issues
[stash] add other nodes [stash] adding elimination rules [stash] fix RelOptUtil usage by utilizing direct method in RelNode [stash] enable exchange elimination rule as well [stash] adjust tests [stash] adding table scan special handling too [bugfix] change mapping for join to be correct on left only [stash] fix build fix test
Codecov Report
@@ Coverage Diff @@
## master #11922 +/- ##
=============================================
- Coverage 61.40% 27.62% -33.79%
+ Complexity 1145 201 -944
=============================================
Files 2378 2380 +2
Lines 128851 128939 +88
Branches 19926 19942 +16
=============================================
- Hits 79127 35625 -43502
- Misses 44002 90632 +46630
+ Partials 5722 2682 -3040
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1159 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Author
|
closing this one as it is now part of #11937 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables multiple SEMI join can be planned within the same leaf-stage.
Dep
TODO