This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 5b72dd1217ee54acd692fea2489caa0a2091757c Author: starocean999 <40539150+starocean...@users.noreply.github.com> AuthorDate: Fri May 17 11:24:57 2024 +0800 [chore](test) remove useless drop table in test_list_partition_datatype (#34930) --- .../partition_p0/list_partition/test_list_partition_datatype.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-test/suites/partition_p0/list_partition/test_list_partition_datatype.groovy b/regression-test/suites/partition_p0/list_partition/test_list_partition_datatype.groovy index 1de3f6588b6..d06a0195adb 100644 --- a/regression-test/suites/partition_p0/list_partition/test_list_partition_datatype.groovy +++ b/regression-test/suites/partition_p0/list_partition/test_list_partition_datatype.groovy @@ -499,7 +499,6 @@ suite("test_list_partition_datatype", "p0") { assertTrue(ret.size() == 1) try_sql "DROP TABLE IF EXISTS test_list_partition_ddl_tbl_1" try_sql "DROP TABLE IF EXISTS test_list_partition_empty_tb" - try_sql "DROP TABLE IF EXISTS test_list_partition_select_tb" try_sql "DROP TABLE IF EXISTS test_list_partition_tb2_char" // try_sql "DROP TABLE IF EXISTS test_list_partition_tb3_char" } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org