提交 fe491e3e 编写于 作者: C cpwu

fix case

上级 c33d785b
...@@ -62,10 +62,10 @@ class TDTestCase: ...@@ -62,10 +62,10 @@ class TDTestCase:
for char_col in CHAR_COL: for char_col in CHAR_COL:
query_condition.extend( query_condition.extend(
( (
f"sum(cast({tbname}.{char_col}) as bigint)", f"sum(cast({tbname}.{char_col} as bigint ))",
f"max(cast({tbname}.{char_col}) as bigint)", f"max(cast({tbname}.{char_col} as bigint ))",
f"min(cast({tbname}.{char_col}) as bigint)", f"min(cast({tbname}.{char_col} as bigint ))",
f"avg(cast({tbname}.{char_col}) as bigint)", f"avg(cast({tbname}.{char_col} as bigint ))",
) )
) )
query_condition.extend( query_condition.extend(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册