fix case
This commit is contained in:
parent
3d867ee730
commit
d94c55fc4b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue