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 50dad2b458d branch-3.1: [case](mtmv)fix case part_partition_invalid 
(#54448)
50dad2b458d is described below

commit 50dad2b458d545fd94239d66dfed247515dd73fa
Author: zhangdong <[email protected]>
AuthorDate: Thu Aug 7 20:29:53 2025 +0800

    branch-3.1: [case](mtmv)fix case part_partition_invalid (#54448)
---
 .../mv/external_table/part_partition_invalid.out       | Bin 436 -> 1324 bytes
 .../mv/external_table/part_partition_invalid.groovy    |   4 +---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/regression-test/data/nereids_rules_p0/mv/external_table/part_partition_invalid.out
 
b/regression-test/data/nereids_rules_p0/mv/external_table/part_partition_invalid.out
index ff179fe92a2..eb3d49efc9b 100644
Binary files 
a/regression-test/data/nereids_rules_p0/mv/external_table/part_partition_invalid.out
 and 
b/regression-test/data/nereids_rules_p0/mv/external_table/part_partition_invalid.out
 differ
diff --git 
a/regression-test/suites/nereids_rules_p0/mv/external_table/part_partition_invalid.groovy
 
b/regression-test/suites/nereids_rules_p0/mv/external_table/part_partition_invalid.groovy
index ae66a330c3f..8ce441caabd 100644
--- 
a/regression-test/suites/nereids_rules_p0/mv/external_table/part_partition_invalid.groovy
+++ 
b/regression-test/suites/nereids_rules_p0/mv/external_table/part_partition_invalid.groovy
@@ -202,9 +202,7 @@ suite("part_partition_invalid", 
"p0,external,external_docker") {
     mv_rewrite_success(query_sql, mv_name)
     order_qt_after_add_data_and_refresh_catalog_and_mv """ ${query_sql}"""
 
-    sql """drop table if exists 
${hive_catalog_name}.${hive_database}.${hive_table}"""
-    sql """drop table if exists ${internal_catalog}.${olap_db}.${olap_table}"""
-    sql """drop database if exists ${hive_catalog_name}.${hive_database}"""
+    sql """drop database if exists ${hive_catalog_name}.${hive_database} 
force"""
     sql """drop materialized view if exists 
${internal_catalog}.${olap_db}.${mv_name};"""
     sql """drop catalog if exists ${hive_catalog_name}"""
 }


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

Reply via email to