This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 1ed7975e9f8 [fix](case) drop table if exists before create it (#40205) 1ed7975e9f8 is described below commit 1ed7975e9f8bbf517f4c3ac84fc7f5bf3a7e1aab Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Fri Aug 30 23:22:15 2024 +0800 [fix](case) drop table if exists before create it (#40205) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --- regression-test/suites/show_p0/test_show_data_skew.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/show_p0/test_show_data_skew.groovy b/regression-test/suites/show_p0/test_show_data_skew.groovy index f9a65dbbb3e..a7300563427 100644 --- a/regression-test/suites/show_p0/test_show_data_skew.groovy +++ b/regression-test/suites/show_p0/test_show_data_skew.groovy @@ -16,6 +16,7 @@ // under the License. suite("test_show_data_skew") { + sql """ DROP TABLE IF EXISTS test_show_data_skew; """ sql """ CREATE TABLE test_show_data_skew ( id int, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org