Skip to content

[8.x] ESQL: Split grouping functions based on their EVAL-ability (#126597) #126715

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 1 commit into from
Apr 11, 2025

Conversation

bpintea
Copy link
Contributor

@bpintea bpintea commented Apr 11, 2025

This splits the grouping functions in two: those that can be evaluated independently through the EVAL operator (BUCKET) and those that don't (like those that that are evaluated through an agg operator, CATEGORIZE).

Closes #124608

(cherry picked from commit 9784e0e)

…26597)

This splits the grouping functions in two: those that can be evaluated independently through the EVAL operator (`BUCKET`) and those that don't (like those that that are evaluated through an agg operator, `CATEGORIZE`).

Closes elastic#124608

(cherry picked from commit 9784e0e)
@bpintea bpintea added >refactoring backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Analytics/ES|QL AKA ESQL v8.19.0 labels Apr 11, 2025
Copy link
Contributor

Documentation preview:

@elasticsearchmachine elasticsearchmachine merged commit ed59920 into elastic:8.x Apr 11, 2025
16 checks passed
@bpintea bpintea deleted the port/8.x_126597 branch April 11, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >refactoring v8.19.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants