This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit b714c72e593f8fad7d4cb6fccf4bfe129f163e1f Author: shuke <[email protected]> AuthorDate: Sun Jun 25 18:53:20 2023 +0800 [fix](test) fix two case bug #21124 --- regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy | 1 + .../suites/query_p0/sql_functions/math_functions/test_round.groovy | 1 + 2 files changed, 2 insertions(+) diff --git a/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy b/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy index 74c43fc159..65d6a8a06c 100644 --- a/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy +++ b/regression-test/suites/mv_p0/multi_slot_k123p/multi_slot_k123p.groovy @@ -50,6 +50,7 @@ suite ("multi_slot_k123p") { file 'multi_slot_k123p.csv' time 10000 } + sql """sync""" qt_select_star "select * from d_table order by k1,k4;" explain { 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 96564e1400..73626e362e 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 @@ -111,6 +111,7 @@ def tableName3 = "test_round_decimal" + sql """ DROP TABLE IF EXISTS `${tableName3}` """ sql """ CREATE TABLE `${tableName3}` ( `id` int NOT NULL COMMENT 'id', `d1` decimalv3(9, 4) NULL COMMENT '', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
