This commit is contained in:
cpwu 2022-08-08 14:30:54 +08:00
parent 75297e3a2f
commit f8a233442e
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class TDTestCase:
def distribute_agg_query(self, dbname="testdb"):
# basic filter
tdSql.query(f"select spread(c1) from {dbname}.stb1 where c1 is null")
tdSql.checkRows(0)
tdSql.checkRows(1)
tdSql.query(f"select spread(c1) from {dbname}.stb1 where t1=1")
tdSql.checkData(0,0,8.000000000)