From d2274a3a28db2c09abc16ac8fde6370ff7f96e14 Mon Sep 17 00:00:00 2001 From: Jordan Powers Date: Mon, 15 Sep 2025 12:33:24 -0700 Subject: [PATCH] Increment esql function count --- .../yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml index af00d922dd228..a9e94c3b12445 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml @@ -226,7 +226,7 @@ setup: - gt: {esql.functions.to_long: $functions_to_long} - match: {esql.functions.coalesce: $functions_coalesce} - gt: {esql.functions.categorize: $functions_categorize} - - length: {esql.functions: 150} # check the "sister" test above for a likely update to the same esql.functions length check + - length: {esql.functions: 151} # check the "sister" test above for a likely update to the same esql.functions length check --- took: