This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 8bfe07ef612 branch-3.0: [chore](regression) modify cos bucket of paimon case #46592 (#46626) 8bfe07ef612 is described below commit 8bfe07ef61286ffe7b49700e0809d6f4e5ccaa32 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jan 13 10:30:30 2025 +0800 branch-3.0: [chore](regression) modify cos bucket of paimon case #46592 (#46626) Cherry-picked from #46592 Co-authored-by: zgxme <zhenggaoxi...@selectdb.com> --- .../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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org