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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 091725e915d [case](paimon/iceberg)move cases from p2 to p0 for 2.1 
(#37276) (#37818)
091725e915d is described below

commit 091725e915d5dd7a4a4d232b9d3da6a37eca18b3
Author: wuwenchi <wuwenchi...@hotmail.com>
AuthorDate: Mon Jul 15 21:08:52 2024 +0800

    [case](paimon/iceberg)move cases from p2 to p0 for 2.1 (#37276) (#37818)
    
    move cases from p2 to p0
    
    bp: #37276
---
 .../suites/external_table_p0/paimon/paimon_base_filesystem.groovy    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/regression-test/suites/external_table_p0/paimon/paimon_base_filesystem.groovy 
b/regression-test/suites/external_table_p0/paimon/paimon_base_filesystem.groovy
index 0e00cd8fb7a..7be15f94243 100644
--- 
a/regression-test/suites/external_table_p0/paimon/paimon_base_filesystem.groovy
+++ 
b/regression-test/suites/external_table_p0/paimon/paimon_base_filesystem.groovy
@@ -29,7 +29,6 @@ suite("paimon_base_filesystem", 
"p0,external,doris,external_docker,external_dock
 
         String s3ak = getS3AK()
         String s3sk = getS3SK()
-        def s3Endpoint = getS3Endpoint()
 
         def cos = """select 
c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15,c16,c18 from 
${catalog_cos}.zd.all_table order by c18"""
         def oss = """select * from ${catalog_oss}.paimonossdb1.test_tableoss 
order by a"""
@@ -49,9 +48,9 @@ suite("paimon_base_filesystem", 
"p0,external,doris,external_docker,external_dock
             create catalog if not exists ${catalog_oss} properties (
                 "type" = "paimon",
                 "warehouse" = "oss://paimon-zd/paimonoss",
+                "oss.endpoint"="oss-cn-beijing.aliyuncs.com",
                 "oss.access_key"="${ak}",
-                "oss.secret_key"="${sk}",
-                "oss.endpoint"="oss-cn-beijing.aliyuncs.com"
+                "oss.secret_key"="${sk}"
             );
         """
         logger.info("catalog " + catalog_cos + " created")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to