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 e4b3a5e commit 6075bb2Copy full SHA for 6075bb2
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 feasible, so we just check that we return the correct count as an approximation.
104
- - length: {esql.functions: 147} # check the "sister" test below for a likely update to the same esql.functions length check
+ - length: {esql.functions: 148} # 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