gha: more linxu + windows fix attempts

This commit is contained in:
Alex Garcia 2024-04-20 16:04:08 -07:00
parent 1b3731b2bb
commit df4d629891
2 changed files with 3 additions and 8 deletions

View file

@ -614,7 +614,7 @@ def test_smoke():
assert (
explain_query_plan(
"select * from vec_xyz where a match X'' order by distance limit 10"
"select * from vec_xyz where a match X'' and k = 10 order by distance"
)
== "SCAN vec_xyz VIRTUAL TABLE INDEX 0:knn:"
)