-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Update function definitions #185632
Conversation
Pinging @elastic/kibana-esql (Team:ESQL) |
/ci |
testErrorsAndWarnings('from a_index | eval mv_zip(booleanField, booleanField)', [ | ||
'Argument of [mv_zip] must be [string], found value [booleanField] type [boolean]', | ||
'Argument of [mv_zip] must be [string], found value [booleanField] type [boolean]', | ||
]); |
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.
Why are all these mv_zip tests have been added here? It only added the repeat function 🤔 cc @drewdaemon
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.
I must not have run make:tests
manually after updating the mv_zip
definition. I don't think we need to worry.
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
This PR updates the function definitions based on the latest metadata from Elasticsearch.
This PR updates the function definitions based on the latest metadata from Elasticsearch.