This is an automated email from the ASF dual-hosted git repository.

yiguolei 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 92915f3252b branch-4.0: [fix](case)fix create sync mv failed in test 
case #58834 (#58959)
92915f3252b is described below

commit 92915f3252bbcb33e004976847fb7234f14db388
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 18 12:23:06 2025 +0800

    branch-4.0: [fix](case)fix create sync mv failed in test case #58834 
(#58959)
    
    Cherry-picked from #58834
    
    Co-authored-by: starocean999 <[email protected]>
---
 .../suites/export_p0/test_export_table_with_materialized_view.groovy    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy
 
b/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy
index 65a983f5cc4..723d72e7a55 100644
--- 
a/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy
+++ 
b/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy
@@ -54,7 +54,7 @@ suite("test_export_table_with_materialized_view", "p0") {
     """
 
     createMV("""
-    CREATE MATERIALIZED VIEW export_table_materialized_view AS SELECT k2, 
sum(v5) FROM ${table_export_name} GROUP BY k2;
+    CREATE MATERIALIZED VIEW export_table_materialized_view AS SELECT k2 as 
kx, sum(v5) FROM ${table_export_name} GROUP BY k2;
     """)
 
     StringBuilder sb = new StringBuilder()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to