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 d0dbf4d5bb9 branch-3.1: [chore](test)Icebebrg test uses doris's fileio 
#56193 (#56369)
d0dbf4d5bb9 is described below

commit d0dbf4d5bb9aa05404c66931215f5b4f1a2ce8e6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 25 17:34:42 2025 +0800

    branch-3.1: [chore](test)Icebebrg test uses doris's fileio #56193 (#56369)
    
    Cherry-picked from #56193
    
    Co-authored-by: Calvin Kirs <[email protected]>
---
 .../iceberg_on_hms_and_filesystem_and_dlf.groovy                       | 3 ++-
 1 file changed, 2 insertions(+), 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 5ea3354be98..932ecc68d46 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
@@ -299,7 +299,8 @@ suite("iceberg_on_hms_and_filesystem_and_dlf", 
"p2,external,new_catalog_property
     // kerberos
     String hdfs_kerberos_properties = """
                 "fs.defaultFS" = "hdfs://${externalEnvIp}:8520",
-                "hadoop.security.authentication" = "kerberos",           
+                "hadoop.security.authentication" = "kerberos", 
+                "io-impl" = 
"org.apache.doris.datasource.iceberg.fileio.DelegateFileIO",          
                 
"hadoop.kerberos.principal"="hive/[email protected]",
                 "hadoop.kerberos.keytab" = 
"${keytab_root_dir}/hive-presto-master.keytab"
     """


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

Reply via email to