You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/10/30 14:45:15 UTC

[doris] branch master updated: [fix](test) drop table before create it (#13791)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 753c2ccfd1 [fix](test) drop table before create it (#13791)
753c2ccfd1 is described below

commit 753c2ccfd1eaea4291a4df0413134ba3371a08fb
Author: Yongqiang YANG <98...@users.noreply.github.com>
AuthorDate: Sun Oct 30 22:45:08 2022 +0800

    [fix](test) drop table before create it (#13791)
---
 .../suites/query_p0/sql_functions/math_functions/test_multiply.groovy    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/suites/query_p0/sql_functions/math_functions/test_multiply.groovy b/regression-test/suites/query_p0/sql_functions/math_functions/test_multiply.groovy
index cdea8f0026..a2c884ee45 100644
--- a/regression-test/suites/query_p0/sql_functions/math_functions/test_multiply.groovy
+++ b/regression-test/suites/query_p0/sql_functions/math_functions/test_multiply.groovy
@@ -19,6 +19,7 @@ suite("test_multiply") {
     sql """ set enable_vectorized_engine = true """
 
     def tableName = "test_multiply"
+    sql """DROP TABLE IF EXISTS `${tableName}`"""
     sql """ CREATE TABLE `${tableName}` (
         `user_id` LARGEINT NOT NULL COMMENT "用户id",
         `col2` DECIMAL(27,9) COMMENT "数据灌入日期时间",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org