enhance: check no exchange operator

This commit is contained in:
slzhou 2023-11-08 14:19:30 +08:00
parent 680afd41b0
commit 144856893c
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ class TDTestCase:
tdSql.checkData(3, 1, 4)
tdSql.checkData(3, 2, 4)
tdSql.query("explain select * from st where tbname='ct1'")
tdSql.checkRows(2)
tdSql.execute('drop database dbvg;')
tdSql.execute('drop database tbname_vgroup')