fix: modify sample test case that sample is not supported with fill

This commit is contained in:
slzhou 2022-08-12 11:08:56 +08:00
parent 3c27c8b8fd
commit e2d950e387
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ class TDTestCase:
# "condition": "where ts>0 and ts < now interval(1h) fill(next)"
# }
# self.checksample(**err45) # interval
tdSql.query("select sample( c1 , 1 ) from t1 where ts>0 and ts < now interval(1h) fill(next)")
tdSql.error("select sample( c1 , 1 ) from t1 where ts>0 and ts < now interval(1h) fill(next)")
err46 = {
"table_expr": "t1",
"condition": "group by c6"