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 2b95815 commit cee2935Copy full SHA for cee2935
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -131,7 +131,7 @@ setup:
131
- gt: {esql.functions.to_long: $functions_to_long}
132
- match: {esql.functions.coalesce: $functions_coalesce}
133
- gt: {esql.functions.categorize: $functions_categorize}
134
- - match: {esql.functions.text_embedding: functions_text_embedding}
+ - match: {esql.functions.text_embedding: $functions_text_embedding}
135
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
136
- length: {esql.functions: 180} # check the "sister" test below for a likely update to the same esql.functions length check
137
---
0 commit comments