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

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

commit 1548813a17324b436ae754bc93e709e5640dadf0
Author: Mingyu Chen <[email protected]>
AuthorDate: Thu Feb 1 11:29:19 2024 +0800

    [fix](test) fix case with same catalog name (#30585)
---
 .../iceberg/test_external_catalog_icebergv2_nereids.groovy              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/external_table_p2/iceberg/test_external_catalog_icebergv2_nereids.groovy
 
b/regression-test/suites/external_table_p2/iceberg/test_external_catalog_icebergv2_nereids.groovy
index 771e949da17..38385b3c458 100644
--- 
a/regression-test/suites/external_table_p2/iceberg/test_external_catalog_icebergv2_nereids.groovy
+++ 
b/regression-test/suites/external_table_p2/iceberg/test_external_catalog_icebergv2_nereids.groovy
@@ -20,7 +20,7 @@ suite("test_external_catalog_icebergv2_nereids", 
"p2,external,iceberg,external_r
     if (enabled != null && enabled.equalsIgnoreCase("true")) {
         String extHiveHmsHost = 
context.config.otherConfigs.get("extHiveHmsHost")
         String extHiveHmsPort = 
context.config.otherConfigs.get("extHiveHmsPort")
-        String hms_catalog_name = "test_external_hms_catalog_iceberg"
+        String hms_catalog_name = "test_external_hms_catalog_iceberg_nereids"
         String iceberg_catalog_name = "test_external_iceberg_catalog_nereids"
 
         sql """drop catalog if exists ${hms_catalog_name};"""


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

Reply via email to