-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ES|QL] Changes function definition type to enum #211782
[ES|QL] Changes function definition type to enum #211782
Conversation
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
Public APIs missing exports
Page load bundle
History
|
Pinging @elastic/kibana-esql (Team:ESQL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good 🤷♂️
Starting backport for target branches: 8.x |
(cherry picked from commit 6b3fce9)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…1965) # Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Changes function definition type to enum (#211782)](#211782) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"efstratia.kalafateli@elastic.co"},"sourceCommit":{"committedDate":"2025-02-20T19:31:01Z","message":"[ES|QL] Changes function definition type to enum (#211782)","sha":"6b3fce90a05025e4d896eb42484449f46a8897c4","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] Changes function definition type to enum","number":211782,"url":"https://github.com/elastic/kibana/pull/211782","mergeCommit":{"message":"[ES|QL] Changes function definition type to enum (#211782)","sha":"6b3fce90a05025e4d896eb42484449f46a8897c4"}},"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/211782","number":211782,"mergeCommit":{"message":"[ES|QL] Changes function definition type to enum (#211782)","sha":"6b3fce90a05025e4d896eb42484449f46a8897c4"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
Summary
Closes #211775
Changes the definition type to enum