-
Notifications
You must be signed in to change notification settings - Fork 25.7k
ESQL: Fix LOOKUP JOIN with limit #120411
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
Merged
Merged
ESQL: Fix LOOKUP JOIN with limit #120411
Changes from 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6d1b913
Move test so all _non_unique_key tests are bundled
alex-spies 6e1ff52
Add failing test
alex-spies bacc841
Make progress, add another failing test
alex-spies dcfedd1
Fix the test, expand constructor, make compile
alex-spies c61dfa4
Fix tests
alex-spies e4c1d58
Fix more tests
alex-spies 5c05982
Merge remote-tracking branch 'upstream/main' into fix-lookup-with-limit
alex-spies 44d5c16
Fix serialization tests
alex-spies a47a580
Align MV_EXPAND optimization
alex-spies 9c67e41
Remove MvExpand.limit
alex-spies 0407b40
Update tests
alex-spies 4afb559
Avoid serializing the push down marker boolean
alex-spies 96d4285
Merge branch 'main' into fix-lookup-with-limit
alex-spies 19d8e2a
Fix unrelated tests
alex-spies 4d2bd6f
Slightly stronger assertions
alex-spies 4b613c3
Merge remote-tracking branch 'upstream/main' into fix-lookup-with-limit
alex-spies 7cfebda
Address Costin's feecback
alex-spies bae6947
Simplify Limit.equals
alex-spies 90b9baf
Add capability
alex-spies 46764e4
Minor comment fixes etc.
alex-spies 13e84a6
Improve comments and asserts in tests
alex-spies 356e98c
Skip new spec tests in CsvTests
alex-spies 9566b80
Fix limit serialization tests
alex-spies 7705e48
Streamline LocalLogicalPlanOptimizerTests changes
alex-spies 842034a
More LOOKUP JOIN optimizer tests
alex-spies 1b16513
More tests
alex-spies 9717067
Merge remote-tracking branch 'upstream/main' into fix-lookup-with-limit
alex-spies a736d58
Copy all relevant MV_EXPAND tests for LOOKUP JOIN
alex-spies 5ac310e
Add edge case tests for descendant limits
alex-spies 44249dd
Refactor based on Bogdan's feedback
alex-spies 75a7b19
Merge branch 'main' into fix-lookup-with-limit
alex-spies ac32bfd
Checkstyle
alex-spies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.