Skip to content

Commit

Permalink
update indexscan test (#705)
Browse files Browse the repository at this point in the history
Co-authored-by: Zixi An <[email protected]>
  • Loading branch information
thelongmarch-azx and Zixi An committed Mar 19, 2024
1 parent 0074882 commit 7868da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/p3.05-index-scan.slt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ select * from t1 where v1 = 3 or v1 = 3 or v1 = 3
----
3 30 645

query +ensure:index_scan
query rowsort +ensure:index_scan
select * from t1 where v1 = 3 or v1 = 5 or v1 = 1 or v1 = 5
----
5 10 445
Expand Down

0 comments on commit 7868da0

Please sign in to comment.