提交 d94c55fc 编写于 作者: C cpwu

fix case

上级 3d867ee7
......@@ -57,7 +57,7 @@ class TDTestCase:
f"sqrt( {tbname}.{num_col} )",
f"tan( {tbname}.{num_col} )",
f"cast( {tbname}.{num_col} as timestamp)",
f"{num_col} + {any_col}" for any_col in ALL_COL
[ f"{num_col} + {any_col}" for any_col in ALL_COL ]
)
)
for char_col in CHAR_COL:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册