Skip to content

Commit d30603f

Browse files
committed
Fix capabilities in tests
1 parent 36c2e40 commit d30603f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/kql-function.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ r:double | author: text
270270
;
271271

272272
testKqlInStatsWithGroupingBy
273+
required_capability: kql_function
273274
required_capability: lucene_query_evaluator_query_rewrite
274275
FROM airports
275276
| STATS c = COUNT(*) where kql("country: United States") BY scalerank

x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-function.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ r:double | author: text
843843
;
844844

845845
testMatchInStatsWithGroupingBy
846+
required_capability: match_function
846847
required_capability: full_text_functions_in_stats_where
847848
FROM airports
848849
| STATS c = COUNT(*) where match(country, "United States") BY scalerank

x-pack/plugin/esql/qa/testFixtures/src/main/resources/qstr-function.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ r:double | author: text
301301
;
302302

303303
testQstrInStatsWithGroupingBy
304+
required_capability: qstr_function
304305
required_capability: full_text_functions_in_stats_where
305306
FROM airports
306307
| STATS c = COUNT(*) where qstr("country: \"United States\"") BY scalerank

0 commit comments

Comments
 (0)