diff --git a/tests/pytest/functions/function_ceil.py b/tests/pytest/functions/function_ceil.py index 67d816ee25a5e4d2e01d3319e611711e6dfa537b..d420c7076e78de425ed6e57fbeed5b4d3fadfb9c 100644 --- a/tests/pytest/functions/function_ceil.py +++ b/tests/pytest/functions/function_ceil.py @@ -1415,16 +1415,6 @@ class TDTestCase: or select_command[s] == "ceil(ubigint_col) as anyName"\ or select_command[s] == "ceil(usmallint_col) as anyName"\ or select_command[s] == "ceil(utinyint_col) as anyName"\ - or select_command[s] == "distinct ceil(int_col)"\ - or select_command[s] == "distinct ceil(bigint_col)"\ - or select_command[s] == "distinct ceil(float_col)"\ - or select_command[s] == "distinct ceil(double_col)"\ - or select_command[s] == "distinct ceil(smallint_col)"\ - or select_command[s] == "distinct ceil(tinyint_col)"\ - or select_command[s] == "distinct ceil(uint_col)"\ - or select_command[s] == "distinct ceil(ubigint_col)"\ - or select_command[s] == "distinct ceil(usmallint_col)"\ - or select_command[s] == "distinct ceil(utinyint_col)"\ or select_command[s] == "ceil(int_col) + ceil(int_col)"\ or select_command[s] == "ceil(bigint_col) + ceil(bigint_col)"\ or select_command[s] == "ceil(float_col) + ceil(float_col)"\