File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141 - sum_over_time
4242 - count_over_time
4343 - distinct_over_time
44+ - cosine_vector_similarity_function
4445 reason : " Test that should only be executed on snapshot versions"
4546
4647 - do : {xpack.usage: {}}
@@ -130,7 +131,7 @@ setup:
130131 - match : {esql.functions.coalesce: $functions_coalesce}
131132 - gt : {esql.functions.categorize: $functions_categorize}
132133 # Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
133- - length : {esql.functions: 156 } # check the "sister" test below for a likely update to the same esql.functions length check
134+ - length : {esql.functions: 157 } # check the "sister" test below for a likely update to the same esql.functions length check
134135
135136---
136137" Basic ESQL usage output (telemetry) non-snapshot version " :
You can’t perform that action at this time.
0 commit comments