This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 683cd822012 branch-4.1: [fix](test) correct warehouse assignment in
iceberg regression case #61720 (#61724)
683cd822012 is described below
commit 683cd822012fa2ea8dda3cacefbd4c7726bbaee1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 26 22:04:24 2026 -0700
branch-4.1: [fix](test) correct warehouse assignment in iceberg regression
case #61720 (#61724)
Cherry-picked from #61720
Co-authored-by: Calvin Kirs <[email protected]>
---
.../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 e7d866796b8..5db0a314511 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,new_catalog_property
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]