Skip to content

Commit a258820

Browse files
committed
Add test capability
1 parent 6fe7b2a commit a258820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ c: long
283283
59
284284
;
285285

286-
287286
testKnnInStatsPushableAndNonPushable
288287
required_capability: knn_function
289288
required_capability: full_text_functions_in_stats_where
@@ -297,6 +296,9 @@ c:long
297296
;
298297

299298
testKnnInStatsWithGrouping
299+
required_capability: knn_function
300+
required_capability: full_text_functions_in_stats_where
301+
300302
from colors
301303
| where length(color) < 10
302304
| stats c = count(*) where knn(rgb_vector, [128,128,255], {"k": 140}) by primary

0 commit comments

Comments
 (0)