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 23c95d15da [regression-test](sort) Fix unstable sorting (#20125)
23c95d15da is described below
commit 23c95d15da9b4c005d0de8893659b0d138b6a3bc
Author: lihangyu <[email protected]>
AuthorDate: Fri May 26 23:42:05 2023 +0800
[regression-test](sort) Fix unstable sorting (#20125)
---
regression-test/data/query_p0/sort/sort.out | 10 +++++-----
regression-test/suites/query_p0/sort/sort.groovy | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/regression-test/data/query_p0/sort/sort.out
b/regression-test/data/query_p0/sort/sort.out
index 87b7e89cae..df259ccc0e 100644
--- a/regression-test/data/query_p0/sort/sort.out
+++ b/regression-test/data/query_p0/sort/sort.out
@@ -54,14 +54,14 @@ z
丝
-- !sql_orderby_non_overlap_desc --
-2023-03-21T09:00 area1 p0 aaaaa ddddd6 100.000 100.000 100.000
100.000 2023-03-21T17:00
-2023-03-21T08:00 area1 p0 aaaaa ddddd5 100.000 100.000 100.000
100.000 2023-03-21T17:00
-2023-03-21T07:00 area1 p0 aaaaa ddddd2 100.000 100.000 100.000
100.000 2023-03-21T17:00
-2023-03-21T06:00 area1 p0 aaaaa ddddd1 100.000 100.000 100.000
100.000 2023-03-21T17:00
+2023-03-21T09:00 area1 p0 aaaaa ddddd6 100.000000000
100.000000000 100.000000000 100.000000000 2023-03-21T17:00
+2023-03-21T08:00 area1 p0 aaaaa ddddd5 100.000000000
100.000000000 100.000000000 100.000000000 2023-03-21T17:00
+2023-03-21T07:00 area1 p0 aaaaa ddddd2 100.000000000
100.000000000 100.000000000 100.000000000 2023-03-21T17:00
+2023-03-21T06:00 area1 p0 aaaaa ddddd1 100.000000000
100.000000000 100.000000000 100.000000000 2023-03-21T17:00
-- !sql --
1 1024
2 1024
-3 \N
3 0
+4 \N
diff --git a/regression-test/suites/query_p0/sort/sort.groovy
b/regression-test/suites/query_p0/sort/sort.groovy
index fe6ec5a8d1..daa1328ae8 100644
--- a/regression-test/suites/query_p0/sort/sort.groovy
+++ b/regression-test/suites/query_p0/sort/sort.groovy
@@ -116,6 +116,6 @@ suite("sort") {
sql "insert into sort_default_value values (2)"
sql """ alter table sort_default_value add column k4 INT default "1024" """
sql "insert into sort_default_value values (3, 0)"
- sql "insert into sort_default_value values (3, null)"
+ sql "insert into sort_default_value values (4, null)"
qt_sql "select * from sort_default_value order by k1 limit 10"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]