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 7cbb7f9 commit 61aa123Copy full SHA for 61aa123
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -123,7 +123,7 @@ setup:
123
- match: {esql.functions.coalesce: $functions_coalesce}
124
- gt: {esql.functions.categorize: $functions_categorize}
125
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
126
- - length: {esql.functions: 144} # check the "sister" test below for a likely update to the same esql.functions length check
+ - length: {esql.functions: 145} # check the "sister" test below for a likely update to the same esql.functions length check
127
128
---
129
"Basic ESQL usage output (telemetry) non-snapshot version":
0 commit comments