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 f744b51c8c5 branch-2.1: [chore](regression) modify cos bucket of
paimon case #46592 (#46642)
f744b51c8c5 is described below
commit f744b51c8c5b13ba072f07c7ee0e19cfe90c7f08
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 08:17:23 2025 +0800
branch-2.1: [chore](regression) modify cos bucket of paimon case #46592
(#46642)
Cherry-picked from #46592
Co-authored-by: zgxme <[email protected]>
---
.../suites/external_table_p0/paimon/paimon_base_filesystem.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 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 79df788f28d..af5134a3b46 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
@@ -48,7 +48,7 @@ suite("paimon_base_filesystem",
"p0,external,doris,external_docker,external_dock
create catalog if not exists ${catalog_cos} properties (
"type" = "paimon",
"paimon.catalog.type"="filesystem",
- "warehouse" = "s3://doris-build-1308700295/regression/paimon1",
+ "warehouse" =
"s3://sdb-qa-datalake-test-1308700295/regression/paimon1",
"s3.access_key" = "${txYunAk}",
"s3.secret_key" = "${txYunSk}",
"s3.endpoint" = "cos.ap-beijing.myqcloud.com"
@@ -58,7 +58,7 @@ suite("paimon_base_filesystem",
"p0,external,doris,external_docker,external_dock
create catalog if not exists ${catalog_cosn} properties (
"type" = "paimon",
"paimon.catalog.type"="filesystem",
- "warehouse" =
"cosn://doris-build-1308700295/regression/paimon1",
+ "warehouse" =
"cosn://sdb-qa-datalake-test-1308700295/regression/paimon1",
"cos.access_key" = "${txYunAk}",
"cos.secret_key" = "${txYunSk}",
"cos.endpoint" = "cos.ap-beijing.myqcloud.com"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]