This commit is contained in:
cpwu 2022-05-26 17:37:36 +08:00
parent 59139c537e
commit 92892db659
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ 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)
)
)
query_condition.extend((f"{num_col} + {any_col}" for any_col in ALL_COL))
for char_col in CHAR_COL:
query_condition.extend(
(