Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Jul 14, 2024
1 parent 83fa28d commit 0e79c39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ suite("paimon_base_filesystem", "p0,external,doris,external_docker,external_dock
"type" = "paimon",
"warehouse" = "oss://paimon-zd/paimonoss",
"oss.access_key"="${ak}",
"oss.secret_key"="${sk}"
"oss.endpoint"="oss-cn-beijing.aliyuncs.com",
"oss.secret_key"="${sk}",
"oss.endpoint"="oss-cn-beijing.aliyuncs.com"
);
"""
logger.info("catalog " + catalog_cos + " created")
Expand Down

0 comments on commit 0e79c39

Please sign in to comment.