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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git

commit cabad36926bc574bc2c25481e4a73d99e5f105d7
Author: zfr95 <87513668+zfr9...@users.noreply.github.com>
AuthorDate: Mon Jul 1 20:27:17 2024 +0800

    [fix](mtmv)Fix mtmv name to resolve conflicts in regression test (#36902)
    
    ## Proposed changes
    
    [fix](mtmv)Fix mtmv name to resolve conflicts
---
 .../mv/dimension_2_join_agg/dimension_join_agg_negative.groovy          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/nereids_rules_p0/mv/dimension_2_join_agg/dimension_join_agg_negative.groovy
 
b/regression-test/suites/nereids_rules_p0/mv/dimension_2_join_agg/dimension_join_agg_negative.groovy
index 14f527344b0..995e070d4b8 100644
--- 
a/regression-test/suites/nereids_rules_p0/mv/dimension_2_join_agg/dimension_join_agg_negative.groovy
+++ 
b/regression-test/suites/nereids_rules_p0/mv/dimension_2_join_agg/dimension_join_agg_negative.groovy
@@ -463,7 +463,7 @@ suite("dimension_join_agg_negative") {
     for (int i = 0; i < sql_list.size(); i++) {
         logger.info("sql_list current index: " + (i + 1))
 
-        def mv_name = "mv_" + (i + 1)
+        def mv_name = "mv_negative_" + (i + 1)
 
         create_all_mv(mv_name, sql_list[i])
         def job_name = getJobName(db, mv_name)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to