Skip to content

Commit 351d1ff

Browse files
committed
Fix capabilities
1 parent 4f3228a commit 351d1ff

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,9 @@ c:long
789789
;
790790

791791
testMatchInStatsWithOptions
792+
required_capability: match_function
793+
required_capability: full_text_functions_in_stats_where
794+
792795
FROM books
793796
| STATS c = count(*) where match(title, "Hobbit Back Again", {"operator": "AND"})
794797
;
@@ -800,6 +803,7 @@ c:long
800803
testMatchInStatsWithNonPushableDisjunctions
801804
required_capability: match_function
802805
required_capability: full_text_functions_in_stats_where
806+
803807
FROM books
804808
| STATS c = count(*) where match(title, "lord") or length(title) > 130
805809
;

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ c:long
249249
;
250250

251251
testQstrInStatsWithOptions
252+
required_capability: qstr_function
253+
required_capability: full_text_functions_in_stats_where
254+
252255
FROM books
253256
| STATS c = count(*) where qstr("title: Hobbit Back Again", {"default_operator": "AND"})
254257
;

0 commit comments

Comments
 (0)