This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 4c776839b18 branch-3.1: [fix](test) Fix hudi olap mv rewrite test
#54681 (#54879)
4c776839b18 is described below
commit 4c776839b18b309c3fe302cf4bf0dfbd5427e278
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 15:55:20 2025 +0800
branch-3.1: [fix](test) Fix hudi olap mv rewrite test #54681 (#54879)
Cherry-picked from #54681
Co-authored-by: seawinde <[email protected]>
---
.../external_table_p2/hudi/hudi_mtmv/test_hudi_olap_rewrite_mtmv.groovy | 2 +-
.../external_table_p2/hudi/hudi_mtmv/test_hudi_rewrite_mtmv.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_olap_rewrite_mtmv.groovy
b/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_olap_rewrite_mtmv.groovy
index a0ac9b0783f..56bbc5dc463 100644
---
a/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_olap_rewrite_mtmv.groovy
+++
b/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_olap_rewrite_mtmv.groovy
@@ -87,7 +87,7 @@ suite("test_hudi_olap_rewrite_mtmv",
"p2,external,hudi,external_remote,external_
mv_rewrite_success("${mvSql}", "${mvName}")
// select p_b should not rewrite
- mv_rewrite_fail("SELECT * FROM
${catalogName}.`hudi_mtmv_regression_test`.hudi_table_1 a left join
${tableName} b on a.id=b.user_id where a.par='b';", "${mvName}")
+ mv_not_part_in("SELECT * FROM
${catalogName}.`hudi_mtmv_regression_test`.hudi_table_1 a left join
${tableName} b on a.id=b.user_id where a.par='b';", "${mvName}")
//refresh auto
sql """
diff --git
a/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_rewrite_mtmv.groovy
b/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_rewrite_mtmv.groovy
index 95c71c48475..70a11d3633a 100644
---
a/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_rewrite_mtmv.groovy
+++
b/regression-test/suites/external_table_p2/hudi/hudi_mtmv/test_hudi_rewrite_mtmv.groovy
@@ -70,7 +70,7 @@ suite("test_hudi_rewrite_mtmv",
"p2,external,hudi,external_remote,external_remot
mv_rewrite_success("${mvSql}", "${mvName}")
// select p_b should not rewrite
- mv_rewrite_fail("SELECT par,count(*) as num FROM
${catalogName}.`hudi_mtmv_regression_test`.hudi_table_1 where par='b' group by
par;", "${mvName}")
+ mv_not_part_in("SELECT par,count(*) as num FROM
${catalogName}.`hudi_mtmv_regression_test`.hudi_table_1 where par='b' group by
par;", "${mvName}")
//refresh auto
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]