Skip to content

Commit b56254e

Browse files
committed
Removed the constantQuery Test
1 parent 472f982 commit b56254e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -209,24 +209,6 @@ snippets:keyword
209209
[All he lacks in his plans for dominion is the One Ring - the ring that rules them all - which has fallen into the hands of, ring that rules them all - which has fallen into the hands of the hobbit\, Bilbo Baggins.]
210210
;
211211

212-
topSnippetsWithConstantQuery
213-
required_capability: top_snippets_function
214-
215-
FROM employees
216-
| EVAL snippets = TOP_SNIPPETS(first_name, "John")
217-
| KEEP emp_no, first_name, snippets
218-
| SORT emp_no
219-
| LIMIT 5
220-
;
221-
222-
emp_no:integer | first_name:keyword | snippets:keyword
223-
10001 | Georgi | null
224-
10002 | Bezalel | null
225-
10003 | Parto | null
226-
10004 | Chirstian | null
227-
10005 | Kyoichi | null
228-
;
229-
230212
topSnippetsWithFoldableConcatQuery
231213
required_capability: top_snippets_function
232214

0 commit comments

Comments
 (0)