test:reduce to 1000 rowNumbers per tables in testcases

This commit is contained in:
gccgdb1234 2023-03-15 11:49:02 +08:00
parent 525a817d80
commit 48bbd0eeeb
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ if $row != 100 then
endi
sql select * from wh_mt0 where c3 is null and tbname in ('test_null_filter');
if $rows != 1000 then
if $rows != 10000 then
return -1
endi