We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e57f6c commit 427faa2Copy full SHA for 427faa2
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -101,7 +101,7 @@ setup:
101
- match: {esql.functions.coalesce: $functions_coalesce}
102
- gt: {esql.functions.categorize: $functions_categorize}
103
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
104
- - length: {esql.functions: 137} # check the "sister" test below for a likely update to the same esql.functions length check
+ - length: {esql.functions: 138} # check the "sister" test below for a likely update to the same esql.functions length check
105
106
---
107
"Basic ESQL usage output (telemetry) non-snapshot version":
0 commit comments