This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new daaf16cec33 [fix](test) fix case with same catalog name (#30585)
(#30877)
daaf16cec33 is described below
commit daaf16cec33778d723402457937b24eab1e513e7
Author: Mingyu Chen <[email protected]>
AuthorDate: Tue Feb 6 00:15:28 2024 +0800
[fix](test) fix case with same catalog name (#30585) (#30877)
bp #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 ab2d45d547d..1394eb1392c 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") {
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]