diff --git a/tests/system-test/2-query/union.py b/tests/system-test/2-query/union.py index 547721c1021c0fd4bb35e7ba53391e197d597b6f..c43888f97cbe3ba691d642620244255154b3f4a9 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"],