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
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 75d5ac6ec71 [fix](regression) fix unstable test case (#29264) (#29758) 75d5ac6ec71 is described below commit 75d5ac6ec71961b26c986285ec10e7088206963b Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Wed Jan 10 10:22:00 2024 +0800 [fix](regression) fix unstable test case (#29264) (#29758) Co-authored-by: TengJianPing <18241664+jackte...@users.noreply.github.com> --- regression-test/suites/datatype_p0/decimalv3/test_load.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/datatype_p0/decimalv3/test_load.groovy b/regression-test/suites/datatype_p0/decimalv3/test_load.groovy index b6c9e1dcbfd..74de23bcf9c 100644 --- a/regression-test/suites/datatype_p0/decimalv3/test_load.groovy +++ b/regression-test/suites/datatype_p0/decimalv3/test_load.groovy @@ -103,5 +103,5 @@ suite("test_load") { """ exception "error" } - qt_decimalv3_insert "select * from test_decimalv3_insert order by 1;" + qt_decimalv3_insert "select * from test_decimalv3_insert order by 1, 2;" } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org