elasticsearch/x-pack/plugin/ql
Alexander Spies 809dab1c3a
ESQL: Pushdown Lookup Join past Project (#129503)
Add a new logical plan optimization:

When there is a Project (KEEP/DROP/RENAME/renaming EVALs) in a LOOKUP JOIN's left child (the "main" side), perform the Project after the LOOKUP JOIN. This prevents premature field extractions when the lookup join happens on data nodes.
2025-06-23 12:05:45 +02:00
..
licenses Add verification metadata for dependencies (#88814) 2022-08-04 09:51:16 +02:00
src ESQL: Pushdown Lookup Join past Project (#129503) 2025-06-23 12:05:45 +02:00
test-fixtures ESQL: Use required_capability in CSV spec (#108570) 2024-05-13 12:37:51 -04:00
build.gradle Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00