Skip to content

Commit c2e4d42

Browse files
committed
update python test
1 parent 7f080cb commit c2e4d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/python/tests/test_scalar_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def make_fts_search(ds):
412412
assert "ScalarIndexQuery" in plan
413413
assert "MaterializeIndex" not in plan
414414
assert "KNNVectorDistance" in plan
415-
assert "LanceScan" in plan
415+
assert "LanceRead" in plan
416416
assert make_vec_search(ds).to_table().num_rows == 12
417417

418418
plan = make_fts_search(ds).explain_plan()

0 commit comments

Comments
 (0)