Skip to content

ESQL: Field extractor ignoring grouping #105433

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

Open
costin opened this issue Feb 13, 2024 · 1 comment
Open

ESQL: Field extractor ignoring grouping #105433

costin opened this issue Feb 13, 2024 · 1 comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@costin
Copy link
Member

costin commented Feb 13, 2024

Description

The field extractor used in the local planner specifically drops the grouping key (because the ordinal implementation doesn't need to load it).
However this invalidates the plan since the grouping key is "magically" consumed by the Aggregate and potentially made available downstream.

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Feb 13, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

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 >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

No branches or pull requests

2 participants