This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 78258f9d8c5 branch-4.0: [fix](test) fix
/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy (#64974)
78258f9d8c5 is described below
commit 78258f9d8c5a0aef8f80c9698bb9ee7f880d9a3d
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Tue Jun 30 17:23:49 2026 +0800
branch-4.0: [fix](test) fix
/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy (#64974)
---
.../suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
b/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
index d3cc9f58ca6..6395fd2e2e6 100644
--- a/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
+++ b/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy
@@ -441,7 +441,7 @@ suite("agg_sync_mv") {
qt_select_var_samp """select id, var_samp(kint) from agg_mv_test group by
id order by id;"""
sql """drop materialized view if exists mv_sync50 on agg_mv_test;"""
- createMV("""create materialized view mv_sync50 as select id as s6,
var_samp(kint) from agg_mv_test group by id order by id;""")
+ createMV("""create materialized view mv_sync50 as select id as s6,
var_samp(kint) as s6v from agg_mv_test group by id order by id;""")
mv_rewrite_any_success("select id, var_samp(kint) from agg_mv_test group
by id order by id;", ["mv_sync49", "mv_sync50"])
qt_select_var_samp_mv """select id, var_samp(kint) from agg_mv_test group
by id order by id;"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]