Skip to content

Commit f0fa8d0

Browse files
author
afoucret
committed
Update forgotten spec.
1 parent a99c55c commit f0fa8d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,10 @@ FROM sample_data, (FROM books METADATA _score, _index
752752
;
753753
ignoreOrder:true
754754

755-
_index:keyword | book_no:keyword | title:text | author:text | _score:double | @timestamp:datetime
756-
books | 5327 | War and Peace | Leo Tolstoy | 0.08 | null
757-
books | 9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.03 | null
758-
sample_data | null | null | null | null | 2023-10-23T13:33:34.937Z
755+
_index:keyword | book_no:keyword | title:text | author:text | _score:double | @timestamp:datetime
756+
books | 5327 | War and Peace | Leo Tolstoy | 0.96 | null
757+
books | 9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.12 | null
758+
sample_data | null | null | null | null | 2023-10-23T13:33:34.937Z
759759
;
760760

761761
subqueryInFromWithRerankInMainQuery

0 commit comments

Comments
 (0)