Skip to content

Commit 768c581

Browse files
committed
Fix another RRF test
1 parent 753632d commit 768c581

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ FROM books METADATA _id, _index, _score
7676
( WHERE author:"Ursula K. Le Guin" AND title:"short stories" | SORT _score, _id DESC | LIMIT 3)
7777
| RRF
7878
| STATS count_fork=COUNT(*) BY _fork
79+
| SORT _fork
7980
;
8081

8182
count_fork:long | _fork:keyword

0 commit comments

Comments
 (0)