Skip to content

Commit 7868da0

Browse files
thelongmarch-azxZixi An
andauthored
update indexscan test (#705)
Co-authored-by: Zixi An <[email protected]>
1 parent 0074882 commit 7868da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/p3.05-index-scan.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ select * from t1 where v1 = 3 or v1 = 3 or v1 = 3
183183
----
184184
3 30 645
185185

186-
query +ensure:index_scan
186+
query rowsort +ensure:index_scan
187187
select * from t1 where v1 = 3 or v1 = 5 or v1 = 1 or v1 = 5
188188
----
189189
5 10 445

0 commit comments

Comments
 (0)