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 2023/04/07 09:43:53 UTC

[doris] 01/01: 1

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

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

commit d5314d2c4acedc722c79f2410de3719c3edd26ba
Author: morningman <mo...@163.com>
AuthorDate: Fri Apr 7 17:43:32 2023 +0800

    1
---
 .../suites/query_p0/sql_functions/math_functions/test_round.groovy      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy b/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
index 51dd5c1f91..d53559bd60 100644
--- a/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
+++ b/regression-test/suites/query_p0/sql_functions/math_functions/test_round.groovy
@@ -62,6 +62,7 @@ suite("test_round") {
     qt_nereids_round_bankers_arg2 "SELECT round_bankers(10.12345, 2)"
 
     def tableName1 = "test_round1"
+    sql """DROP TABLE IF EXISTS `${tableName1}`"""
     sql """ CREATE TABLE `${tableName1}` (
           `TENANT_ID` varchar(50) NOT NULL,
           `PUBONLN_PRC` decimalv3(18, 4) NULL,
@@ -80,6 +81,7 @@ suite("test_round") {
         ); """
 
     def tableName2 = "test_round2"
+    sql """DROP TABLE IF EXISTS `${tableName2}`"""
     sql """ CREATE TABLE `${tableName2}` (
           `tenant_id` varchar(50) NOT NULL COMMENT '租户ID',
           `prodentp_code` varchar(50) NULL COMMENT '生产企业代码',


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