fix json_tag.py test case

This commit is contained in:
Ganlin Zhao 2022-06-22 16:06:36 +08:00
parent 220f8004f8
commit bde4e7a09b
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ class TDTestCase:
tdSql.query("select avg(dataint) from jsons1 where jtag is not null")
tdSql.checkData(0, 0, 5.3)
#tdSql.error("select twa(dataint) from jsons1 where jtag is not null")
tdSql.error("select irate(dataint) from jsons1 where jtag is not null")
tdSql.query("select irate(dataint) from jsons1 where jtag is not null")
#tdSql.query("select sum(dataint) from jsons1 where jtag->'tag1' is not null")
#tdSql.checkData(0, 0, 49)
tdSql.query("select stddev(dataint) from jsons1 where jtag->'tag1'>1")