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 6e29b57 commit 54a9502Copy full SHA for 54a9502
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -92,7 +92,7 @@ setup:
92
- gt: {esql.functions.to_long: $functions_to_long}
93
- match: {esql.functions.coalesce: $functions_coalesce}
94
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
95
- - length: {esql.functions: 134} # check the "sister" test below for a likely update to the same esql.functions length check
+ - length: {esql.functions: 133} # check the "sister" test below for a likely update to the same esql.functions length check
96
97
---
98
"Basic ESQL usage output (telemetry) non-snapshot version":
0 commit comments