fix: modify sample test case that sample is not supported with fill
This commit is contained in:
parent
3c27c8b8fd
commit
e2d950e387
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue