Skip to content

Commit 94909ec

Browse files
Fix failing UT
1 parent 55b9246 commit 94909ec

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+1
-0
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ Foldable query using KNN on image_vector:
454454
FROM employees
455455
| WHERE KNN(image_vector, [0.4, 0.5, 0.9], 1 + 1)
456456
| KEEP hire_date, salary, salary_change, salary_change_long, name, image_vector
457+
| SORT name
457458
| LIMIT 2
458459
- match: { columns.0.name: "hire_date" }
459460
- match: { columns.1.name: "salary" }

0 commit comments

Comments
 (0)