From 37d3ed7ded1b68b5fcc85dd71f848b780b84b3da Mon Sep 17 00:00:00 2001 From: cpwu Date: Sat, 7 May 2022 17:37:52 +0800 Subject: [PATCH] fix case --- tests/system-test/2-query/concat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system-test/2-query/concat.py b/tests/system-test/2-query/concat.py index ca62186125..e893e28fd3 100644 --- a/tests/system-test/2-query/concat.py +++ b/tests/system-test/2-query/concat.py @@ -71,7 +71,6 @@ class TDTestCase: def __concat_current_check(self, tbname, num): concat_condition = self.__concat_condition() for i in range(len(concat_condition) - num + 1 ): - print(len(concat_condition)) condition = self.__concat_num(concat_condition[i:], num) where_condition = self.__where_condition(condition[0]) group_having = self.__group_condition(condition[0], having=f"{condition} is not null " )