Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Dec 12, 2024
1 parent fa3ec08 commit 0a4bd4b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ suite("paimon_base_filesystem", "p0,external,doris,external_docker,external_dock
"type" = "paimon",
"paimon.catalog.type"="filesystem",
"warehouse" = "cosn://doris-build-1308700295/regression/paimon1",
"s3.access_key" = "${txYunAk}",
"s3.secret_key" = "${txYunSk}",
"s3.endpoint" = "cos.ap-beijing.myqcloud.com"
"cos.access_key" = "${txYunAk}",
"cos.secret_key" = "${txYunSk}",
"cos.endpoint" = "cos.ap-beijing.myqcloud.com"
);
"""
sql """
Expand Down

0 comments on commit 0a4bd4b

Please sign in to comment.