Skip to content

Commit 8b2e8a2

Browse files
authored
p3: fix empty table test (#667)
1 parent 42d5254 commit 8b2e8a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sql/p3.06-empty-table.slt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ select * from t1;
5757
----
5858

5959
# Index Scan
60+
query +ensure:index_scan
6061
select * from t1 where v1 = 1;
6162
----

0 commit comments

Comments
 (0)