ES|QL: Make fork available in release builds#129606
Merged
ioanatia merged 7 commits intoelastic:mainfrom Jun 19, 2025
Merged
Conversation
23 tasks
Collaborator
|
Hi @ioanatia, I've created a changelog YAML for you. Note that since this PR is labelled |
afoucret
reviewed
Jun 18, 2025
| highlight: | ||
| title: Release FORK in tech preview | ||
| body: |- | ||
| Fork is a foundational building block that allows multiple branches of execution. |
Contributor
There was a problem hiding this comment.
💪 This is a thorough changelog entry.
afoucret
reviewed
Jun 18, 2025
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
Show resolved
Hide resolved
afoucret
reviewed
Jun 18, 2025
| ( FORK ( WHERE a:"baz" ) ( EVAL x = [ 1, 2, 3 ] ) ) | ||
| ( COMPLETION a = b WITH c ) | ||
| ( SAMPLE 0.99 ) | ||
| ( INLINESTATS x = MIN(a), y = MAX(b) WHERE d > 1000 ) |
Contributor
There was a problem hiding this comment.
Should we add RERANK as well?
Contributor
Author
There was a problem hiding this comment.
I didn't want to add it before we finalize the syntax change - figured we might need to change it anyway
afoucret
approved these changes
Jun 18, 2025
Contributor
afoucret
left a comment
There was a problem hiding this comment.
Overall OK.
Few questions but nothing blocking.
carlosdelest
approved these changes
Jun 19, 2025
Member
carlosdelest
left a comment
There was a problem hiding this comment.
Congrats on having FORK out of snapshot! 🎉
Collaborator
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Collaborator
|
Pinging @elastic/kibana-esql (ES|QL-ui) |
kderusso
pushed a commit
to kderusso/elasticsearch
that referenced
this pull request
Jun 23, 2025
mridula-s109
pushed a commit
to mridula-s109/elasticsearch
that referenced
this pull request
Jun 25, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
related: #121950
This takes FORK out of snapshot.
FORK will initially be available as a tech preview feature.
We want to make sure the grammar changes land this week, so that they are made available in Kibana too before FF.