diff --git a/tests/system-test/2-query/hyperloglog.py b/tests/system-test/2-query/hyperloglog.py index 6c4413bd0f..35703e441d 100644 --- a/tests/system-test/2-query/hyperloglog.py +++ b/tests/system-test/2-query/hyperloglog.py @@ -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( (