Skip to content

Commit

Permalink
branch-3.0: [chore](regression) modify cos bucket of paimon case #46592
Browse files Browse the repository at this point in the history
… (#46626)

Cherry-picked from #46592

Co-authored-by: zgxme <[email protected]>
  • Loading branch information
github-actions[bot] and zgxme authored Jan 13, 2025
1 parent 2648152 commit 8bfe07e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 8bfe07e

Please sign in to comment.