[ES|QL] Update grammars#217277
Merged
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-esql (Team:ESQL) |
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
|
vadimkibana
approved these changes
Apr 7, 2025
Contributor
vadimkibana
left a comment
There was a problem hiding this comment.
I've run tests/type check/build locally and did not see any issues.
paulinashakirova
approved these changes
Apr 7, 2025
Contributor
paulinashakirova
left a comment
There was a problem hiding this comment.
SharedUX lgtm ✅
Contributor
Author
|
Starting backport for target branches: 8.9 https://github.com/elastic/kibana/actions/runs/14310429084 |
Contributor
Author
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
stratoula
added a commit
to stratoula/kibana
that referenced
this pull request
Apr 7, 2025
This PR updates the ES|QL grammars (lexer and parser) to match the latest version in Elasticsearch. --------- Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co> Co-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com> (cherry picked from commit 338aa07)
baileycash-elastic
pushed a commit
to baileycash-elastic/kibana
that referenced
this pull request
Apr 7, 2025
This PR updates the ES|QL grammars (lexer and parser) to match the latest version in Elasticsearch. --------- Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co> Co-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>
stratoula
added a commit
that referenced
this pull request
Apr 8, 2025
# Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Update grammars (#217277)](#217277) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Kibana Machine","email":"42973632+kibanamachine@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-04-07T13:25:32Z","message":"[ES|QL] Update grammars (#217277)\n\nThis PR updates the ES|QL grammars (lexer and parser) to match the\nlatest version in Elasticsearch.\n\n---------\n\nCo-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>\nCo-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>","sha":"338aa07e0828fe5b7f2a5049c16399abe365777a","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:ES|QL","Team:ESQL","backport:version","v9.1.0","v8.19.0"],"title":"[ES|QL] Update grammars","number":217277,"url":"https://github.com/elastic/kibana/pull/217277","mergeCommit":{"message":"[ES|QL] Update grammars (#217277)\n\nThis PR updates the ES|QL grammars (lexer and parser) to match the\nlatest version in Elasticsearch.\n\n---------\n\nCo-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>\nCo-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>","sha":"338aa07e0828fe5b7f2a5049c16399abe365777a"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/217277","number":217277,"mergeCommit":{"message":"[ES|QL] Update grammars (#217277)\n\nThis PR updates the ES|QL grammars (lexer and parser) to match the\nlatest version in Elasticsearch.\n\n---------\n\nCo-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>\nCo-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>","sha":"338aa07e0828fe5b7f2a5049c16399abe365777a"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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.
This PR updates the ES|QL grammars (lexer and parser) to match the latest version in Elasticsearch.