This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 825732a395f [fix](regression) fix unstable test case (#29264)
825732a395f is described below
commit 825732a395f3d1c3e607537b0f05fecf09fcd5df
Author: TengJianPing <[email protected]>
AuthorDate: Fri Dec 29 00:45:34 2023 +0800
[fix](regression) fix unstable test case (#29264)
---
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 726b1ef0485..48cfb286f45 100644
--- a/regression-test/suites/datatype_p0/decimalv3/test_load.groovy
+++ b/regression-test/suites/datatype_p0/decimalv3/test_load.groovy
@@ -99,5 +99,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: [email protected]
For additional commands, e-mail: [email protected]