This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 d6a127c003 [fix](p0) fix grouping test case (#18443)
d6a127c003 is described below
commit d6a127c0036e326725a9e9b429f5ff72a86e919a
Author: TengJianPing <[email protected]>
AuthorDate: Thu Apr 6 20:07:01 2023 +0800
[fix](p0) fix grouping test case (#18443)
---
regression-test/data/query_p0/grouping_sets/test_grouping_sets1.out | 2 +-
.../suites/query_p0/grouping_sets/test_grouping_sets1.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/data/query_p0/grouping_sets/test_grouping_sets1.out
b/regression-test/data/query_p0/grouping_sets/test_grouping_sets1.out
index 31973c7bb9..e5e0f7ee9c 100644
--- a/regression-test/data/query_p0/grouping_sets/test_grouping_sets1.out
+++ b/regression-test/data/query_p0/grouping_sets/test_grouping_sets1.out
@@ -30,7 +30,7 @@ a \N a -1 0 1 0 1
1 1
\N \N all -1 1 1 1 1 3 2
-- !sql_grouping_nullable --
+\N empty \N empty
2019-05-04 2019-05-04 2019-05-04 2019-05-04
2019-05-05 2019-05-05 2019-05-05 2019-05-05
-\N empty \N empty
diff --git
a/regression-test/suites/query_p0/grouping_sets/test_grouping_sets1.groovy
b/regression-test/suites/query_p0/grouping_sets/test_grouping_sets1.groovy
index e3808f55f0..1f12de6628 100644
--- a/regression-test/suites/query_p0/grouping_sets/test_grouping_sets1.groovy
+++ b/regression-test/suites/query_p0/grouping_sets/test_grouping_sets1.groovy
@@ -191,6 +191,6 @@ suite("test_grouping_sets1") {
) idt_765
group by
GROUPING SETS((idt_765.entry_date),())
- ) t_1 on t_0.dim_207 = t_1.dim_207;
+ ) t_1 on t_0.dim_207 = t_1.dim_207 order by publish_date;
"""
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]