This is an automated email from the ASF dual-hosted git repository. yiguolei 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 38b4cbe253 [Bug](regression) regression fail random in fuzzy mode (#14614) 38b4cbe253 is described below commit 38b4cbe2533a9e872179eed24469a1589dd051a6 Author: HappenLee <happen...@hotmail.com> AuthorDate: Sun Nov 27 09:23:36 2022 +0800 [Bug](regression) regression fail random in fuzzy mode (#14614) --- .../sql_functions/aggregate_functions/test_aggregate_all_functions.out | 2 +- .../aggregate_functions/test_aggregate_all_functions.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/data/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.out b/regression-test/data/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.out index 9601238a47..4f0264a1d0 100644 --- a/regression-test/data/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.out +++ b/regression-test/data/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.out @@ -100,8 +100,8 @@ beijing chengdu shanghai 4 -- !select -- -\N 5 \N \N +\N 5 1 1 2 2 3 3 diff --git a/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.groovy b/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.groovy index 19708ccad7..467a281def 100644 --- a/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.groovy +++ b/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions.groovy @@ -262,7 +262,7 @@ suite("test_aggregate_all_functions") { sql "INSERT INTO ${tableName_11} values(1,1),(2,2),(3,3),(4,null),(null,5)" qt_select "select * from (select k1 from ${tableName_11} union select null) t order by k1" - qt_select "select * from (select k1,a1 from ${tableName_11} union select null,null) t order by k1" + qt_select "select * from (select k1,a1 from ${tableName_11} union select null,null) t order by k1, a1" qt_select "select min(k1) from (select k1 from ${tableName_11} union select null) t" qt_select "select min(k1) from (select k1,a1 from ${tableName_11} union select null,null) t" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org