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

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


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 475fa2b180 [branch-1.2](test) remove round_banker test
475fa2b180 is described below

commit 475fa2b180261d2a9996715acfc206c18c1abd2b
Author: morningman <[email protected]>
AuthorDate: Wed Feb 8 12:46:22 2023 +0800

    [branch-1.2](test) remove round_banker test
---
 .../data/query_p0/sql_functions/math_functions/test_round.out          | 3 ---
 .../suites/query_p0/sql_functions/math_functions/test_round.groovy     | 1 -
 2 files changed, 4 deletions(-)

diff --git 
a/regression-test/data/query_p0/sql_functions/math_functions/test_round.out 
b/regression-test/data/query_p0/sql_functions/math_functions/test_round.out
index b29860bfc5..7e647752ef 100644
--- a/regression-test/data/query_p0/sql_functions/math_functions/test_round.out
+++ b/regression-test/data/query_p0/sql_functions/math_functions/test_round.out
@@ -14,9 +14,6 @@
 -- !select --
 17.000 17.00000        17.00000
 
--- !select --
-16.000 16.00000        16.00000
-
 -- !select --
 16.030 16.03000        16.03000
 
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 206601f670..32ca7d5aa8 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
@@ -35,7 +35,6 @@ suite("test_round") {
     qt_select """ SELECT round(col1), round(col2), round(col3) FROM 
`${tableName}`; """
     qt_select """ SELECT floor(col1), floor(col2), floor(col3) FROM 
`${tableName}`; """
     qt_select """ SELECT ceil(col1), ceil(col2), ceil(col3) FROM 
`${tableName}`; """
-    qt_select """ SELECT round_bankers(col1), round_bankers(col2), 
round_bankers(col3) FROM `${tableName}`; """
     qt_select """ SELECT round(col1, 2), round(col2, 2), round(col3, 2) FROM 
`${tableName}`; """
     qt_select """ SELECT floor(col1, 2), floor(col2, 2), floor(col3, 2) FROM 
`${tableName}`; """
     qt_select """ SELECT ceil(col1, 2), ceil(col2, 2), ceil(col3, 2) FROM 
`${tableName}`; """


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to