From 73e3bf6fee6aaacd584c66876457efbaf1fda85d Mon Sep 17 00:00:00 2001 From: zhaoyanggh Date: Mon, 13 Sep 2021 15:16:25 +0800 Subject: [PATCH] update --- tests/pytest/functions/function_ceil.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/pytest/functions/function_ceil.py b/tests/pytest/functions/function_ceil.py index 67d816ee25..d420c7076e 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)"\ -- GitLab