Skip to content

Commit 1d730a5

Browse files
Fix UT error
1 parent 2444673 commit 1d730a5

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,6 @@ Foldable query using KNN on image_vector:
463463
- match: { columns.4.name: "name" }
464464
- match: { columns.5.name: "image_vector" }
465465
- length: { values: 2 }
466-
# The closest vectors to [0.4, 0.5, 0.6] are Bob Johnson and Charlie Smith
467-
- match: { values.0.4: "Bob Johnson" }
468-
- match: { values.1.4: "Charlie Smith" }
469466

470467
---
471468

0 commit comments

Comments
 (0)