-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
ESQL: Lookup Join meta issue #116208
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Comments
elasticsearchmachine
added
the
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
label
Nov 4, 2024
Pinging @elastic/es-analytical-engine (Team:Analytics) |
costin
added a commit
that referenced
this issue
Nov 20, 2024
First PR for adding LOOKUP JOIN in ESQL. Introduces grammar and wires the main building blocks to execute a query; follow-ups are required (see #116208 for more details). Co-authored-by: Nik Everett <nik9000@users.noreply.github.com>
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Nov 20, 2024
First PR for adding LOOKUP JOIN in ESQL. Introduces grammar and wires the main building blocks to execute a query ; follow-ups are required (see elastic#116208 for more details). Co-authored-by: Nik Everett <nik9000@users.noreply.github.com> (cherry picked from commit bc785f5)
rjernst
pushed a commit
to rjernst/elasticsearch
that referenced
this issue
Nov 20, 2024
First PR for adding LOOKUP JOIN in ESQL. Introduces grammar and wires the main building blocks to execute a query; follow-ups are required (see elastic#116208 for more details). Co-authored-by: Nik Everett <nik9000@users.noreply.github.com>
This was referenced Nov 26, 2024
alexey-ivanov-es
pushed a commit
to alexey-ivanov-es/elasticsearch
that referenced
this issue
Nov 28, 2024
First PR for adding LOOKUP JOIN in ESQL. Introduces grammar and wires the main building blocks to execute a query; follow-ups are required (see elastic#116208 for more details). Co-authored-by: Nik Everett <nik9000@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
Meta ticket around the main implementation topics required for lookup join
LOOKUP JOIN
...OnTheDataNode
. See (reproducible) failed runs from ESQL: Fix lookup join output #117639 branch:USING
conditionON field
alias toUSING field
(syntax already used in enrich) - alternative is to deprecate this syntaxparent.subfield
& co.PushDownAndCombineLimits
work forJoin
s ESQL: LookupJoin fails to push down limits #117698null
rows ESQL: LOOKUP JOIN produces additional null rows #117702preAnalyzeLookupIndices
asking for all the lookup index' fields all the time, c.f. Enhance LOOKUP JOIN csv-spec tests to cover more cases and fix several bugs found #117843 (comment)Compute
Maybe
Later
The text was updated successfully, but these errors were encountered: