This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new d4c2f70673a [fix](regression_test) failed in distinct_streaming_agg
(#34404)
d4c2f70673a is described below
commit d4c2f70673a14fd92999862ad0830637e4401003
Author: Jerry Hu <[email protected]>
AuthorDate: Mon May 6 10:11:39 2024 +0800
[fix](regression_test) failed in distinct_streaming_agg (#34404)
---
regression-test/suites/query_p0/aggregate/distinct_streaming_agg.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/query_p0/aggregate/distinct_streaming_agg.groovy
b/regression-test/suites/query_p0/aggregate/distinct_streaming_agg.groovy
index bd3285a60f9..cd6ad0ff05a 100644
--- a/regression-test/suites/query_p0/aggregate/distinct_streaming_agg.groovy
+++ b/regression-test/suites/query_p0/aggregate/distinct_streaming_agg.groovy
@@ -21,6 +21,6 @@ suite("distinct_streaming_agg") {
sql """ use test_query_db; """
qt_select """
- select k6 from baseall union select k6 from bigtable order by 1;
+ select * from (select k6 from baseall union select k6 from bigtable) t
order by 1 desc;
"""
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]