From d94c55fc4b9bf593112e48eda6ea7366b88a3ce4 Mon Sep 17 00:00:00 2001 From: cpwu Date: Tue, 24 May 2022 20:11:28 +0800 Subject: [PATCH] fix case --- tests/system-test/2-query/spread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/spread.py b/tests/system-test/2-query/spread.py index 971d303ab3..d082bccd4c 100644 --- a/tests/system-test/2-query/spread.py +++ b/tests/system-test/2-query/spread.py @@ -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: