Skip to content

Commit ef0e5c1

Browse files
authored
Add missing capability in the CSV test
1 parent 65aac16 commit ef0e5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ reranker after RRF
124124
required_capability: fork
125125
required_capability: rrf
126126
required_capability: match_operator_colon
127+
required_capability: rerank
127128

128129
FROM books METADATA _id, _index, _score
129130
| FORK ( WHERE title:"Tolkien" | SORT _score, _id DESC | LIMIT 3 )

0 commit comments

Comments
 (0)