Skip to content

Commit 7ff4847

Browse files
authored
Apply suggestions from code review
1 parent 8674cb7 commit 7ff4847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FROM books METADATA _score
3434
| WHERE title:"war and peace" AND author:"Tolstoy"
3535
| SORT _score DESC
3636
| LIMIT 2
37-
| COMPLETION completion=title WITH test_completion
37+
| COMPLETION title WITH test_completion
3838
| KEEP title, completion
3939
;
4040

@@ -51,7 +51,7 @@ FROM books METADATA _score
5151
| WHERE title:"war and peace" AND author:"Tolstoy"
5252
| SORT _score DESC
5353
| LIMIT 2
54-
| COMPLETION completion=CONCAT("This is a prompt: ", title) WITH test_completion
54+
| COMPLETION CONCAT("This is a prompt: ", title) WITH test_completion
5555
| KEEP title, completion
5656
;
5757

0 commit comments

Comments
 (0)