- Notifications
You must be signed in to change notification settings - Fork 25.7k
ESQL: Pushdown Lookup Join past Project #129503
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
alex-spies merged 30 commits into elastic:main from alex-spies:pushdown-lu-join-past-project-take-2 Jun 23, 2025
Merged
Changes from 1 commit
Commits
Show all changes
30 commits Select commit Hold shift + click to select a range
ab3f000 Add first test + some skaffolding
alex-spies 6efc938 Improve naming in pushGeneratingPlanPastProjectAndOrderBy
alex-spies c11e139 Sketch out algorithm
alex-spies c2c401b Implement algo
alex-spies 1d830ac Fix first bug, lol
alex-spies 9f30384 Fix another bug :)
alex-spies 1ce823a Merge remote-tracking branch 'upstream/main' into pushdown-lu-join-pa…
alex-spies 83978b0 Remove redundant capability
alex-spies 4610340 Add comment to EsqlProject
alex-spies 2d6bfd8 Merge remote-tracking branch 'upstream/main' into pushdown-lu-join-pa…
alex-spies 896d406 Update test expectations
alex-spies 1056e37 Do not apply to INLINESTATS
alex-spies 1dd89d1 Start splitting LogicalPlanOptimizerTests
alex-spies ce38db5 Move new test to its own class
alex-spies ac13587 Add first optimizer test
alex-spies 21b7bde Add first edge case optimizer tests
alex-spies a9f3ac3 Update docs/changelog/129503.yaml
alex-spies 4de2fc2 Merge remote-tracking branch 'upstream/main' into pushdown-lu-join-pa…
alex-spies c04ca94 Update 129503.yaml
alex-spies b42e30a Merge remote-tracking branch 'upstream/main' into pushdown-lu-join-pa…
alex-spies ffa8b99 Implement feedback
alex-spies 0512094 Validation for Project
alex-spies 50f864d Fix visibility
alex-spies 3ece38e Fix validation
alex-spies d5ba763 Improve readability
alex-spies c8edad4 Spotless
alex-spies dc5c91e Add more complex unit test
alex-spies 1f82f93 More spec tests
alex-spies fb13584 Make tests respect Project's invariant
alex-spies 2b02b6f Merge remote-tracking branch 'upstream/main' into pushdown-lu-join-pa…
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
Improve naming in pushGeneratingPlanPastProjectAndOrderBy
- Loading branch information
commit 6efc938e385005a4ce964c43cc95173f5d506e0d
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
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.