File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,8 @@ setup:
100
100
- match : {esql.functions.cos: $functions_cos}
101
101
- gt : {esql.functions.to_long: $functions_to_long}
102
102
- match : {esql.functions.coalesce: $functions_coalesce}
103
- - gt : {esql.functions.categorize: $functions_categorize}
104
103
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
105
- - length : {esql.functions: 144 } # check the "sister" test below for a likely update to the same esql.functions length check
104
+ - length : {esql.functions: 135 } # check the "sister" test below for a likely update to the same esql.functions length check
106
105
107
106
---
108
107
" Basic ESQL usage output (telemetry) non-snapshot version " :
@@ -181,5 +180,4 @@ setup:
181
180
- match : {esql.functions.cos: $functions_cos}
182
181
- gt : {esql.functions.to_long: $functions_to_long}
183
182
- match : {esql.functions.coalesce: $functions_coalesce}
184
- - gt : {esql.functions.categorize: $functions_categorize}
185
- - length : {esql.functions: 135} # check the "sister" test above for a likely update to the same esql.functions length check
183
+ - length : {esql.functions: 132} # check the "sister" test above for a likely update to the same esql.functions length check
You can’t perform that action at this time.
0 commit comments