This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 5a28a4b719d [chore](regression) modify cos bucket of paimon case
(#46592)
5a28a4b719d is described below
commit 5a28a4b719dfdbc4ea7b89aad80a207e7f6586d7
Author: zgxme <[email protected]>
AuthorDate: Wed Jan 8 17:47:51 2025 +0800
[chore](regression) modify cos bucket of paimon case (#46592)
### What problem does this PR solve?
That previous bucket is no longer used and configured for life cycle.
Replaced with a bucket for external testing.
---
.../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]