From 6767508807cc4c67e7d473e54830a26d18f03020 Mon Sep 17 00:00:00 2001 From: cpwu Date: Tue, 24 May 2022 16:25:21 +0800 Subject: [PATCH] fix case --- tests/system-test/2-query/union.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/system-test/2-query/union.py b/tests/system-test/2-query/union.py index 547721c102..c43888f97c 100644 --- a/tests/system-test/2-query/union.py +++ b/tests/system-test/2-query/union.py @@ -35,7 +35,6 @@ class TDTestCase: for char_col in CHAR_COL: query_condition.extend( ( - f"substr( {tbname}.{char_col}, 1 )", f"count( {tbname}.{char_col} )", f"cast( {tbname}.{char_col} as nchar(3) )", ) @@ -46,7 +45,6 @@ class TDTestCase: ( f"{tbname}.{num_col}", f"log( {tbname}.{num_col}, {tbname}.{num_col})", - f"sin( {tbname}.{num_col} )", ) ) @@ -114,10 +112,8 @@ class TDTestCase: def __join_tblist(self): return [ ["ct1", "ct2"], - ["ct1", "ct4"], ["ct1", "t1"], ["ct2", "ct4"], - ["ct2", "t1"], ["ct4", "t1"], # ["ct1", "ct2", "ct4"], # ["ct1", "ct2", "t1"],