This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7642b00ed56 [fix](test) correct warehouse assignment in iceberg
regression case (#61720)
7642b00ed56 is described below
commit 7642b00ed56b8db7ac0c2db6e4a67ed71b5060b4
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed Mar 25 17:36:44 2026 +0800
[fix](test) correct warehouse assignment in iceberg regression case (#61720)
---
.../refactor_catalog_param/iceberg_on_hms_and_filesystem_and_dlf.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_on_hms_and_filesystem_and_dlf.groovy
b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_on_hms_and_filesystem_and_dlf.groovy
index fb616d0f1ed..8032a42b2a3 100644
---
a/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_on_hms_and_filesystem_and_dlf.groovy
+++
b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_on_hms_and_filesystem_and_dlf.groovy
@@ -553,7 +553,7 @@ suite("iceberg_on_hms_and_filesystem_and_dlf",
"p2,external") {
hmsTestQueryAndInsert(hms_kerberos_old_prop + warehouse +
oss_storage_properties, "iceberg_hms_on_oss_kerberos_old")
//new kerberos
hmsTestQueryAndInsert(hms_kerberos_new_prop + warehouse +
oss_storage_properties, "iceberg_hms_on_oss_kerberos_new")
- warehouse """
+ warehouse = """
'warehouse' =
'oss://${oss_bucket_endpoint_parent_path}/iceberg-hms-warehouse',
"""
testQueryAndInsert(iceberg_hms_type_prop + hms_prop + warehouse +
oss_region_param + oss_storage_properties, "iceberg_hms_on_oss")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]