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 2e5a3fa commit 360ef75Copy full SHA for 360ef75
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -129,7 +129,7 @@ setup:
129
- match: {esql.functions.coalesce: $functions_coalesce}
130
- gt: {esql.functions.categorize: $functions_categorize}
131
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
132
- - length: {esql.functions: 171} # check the "sister" test below for a likely update to the same esql.functions length check
+ - length: {esql.functions: 172} # check the "sister" test below for a likely update to the same esql.functions length check
133
134
---
135
"Basic ESQL usage output (telemetry) non-snapshot version":
0 commit comments