fix max_partion.py test case
This commit is contained in:
parent
caf97cdd1d
commit
bb021697ee
|
@ -184,7 +184,7 @@ class TDTestCase:
|
|||
|
||||
tdSql.query("select c1 , twa(c1) from stb partition by c1 order by c1")
|
||||
tdSql.checkRows(11)
|
||||
tdSql.checkData(0,1,0.000000000)
|
||||
tdSql.checkData(0,1,None)
|
||||
|
||||
tdSql.query("select c1 , irate(c1) from stb partition by c1 order by c1")
|
||||
tdSql.checkRows(11)
|
||||
|
|
Loading…
Reference in New Issue