Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yagagagaga committed Jan 12, 2025
1 parent 6d48745 commit db710f0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ suite("docs/table-design/tiered-storage/remote-storage.md") {
"s3.connection.request.timeout" = "3000",
"s3.connection.timeout" = "1000"
);
CREATE STORAGE POLICY test_policy_${suffix}
PROPERTIES(
"storage_resource" = "remote_s3_${suffix}",
Expand All @@ -78,7 +77,7 @@ suite("docs/table-design/tiered-storage/remote-storage.md") {

multi_sql """
DROP TABLE IF EXISTS create_table_use_created_policy;
DROP STORAGE POLICY IF EXISTS test_policy;
DROP STORAGE POLICY IF EXISTS test_policy_${suffix};
DROP RESOURCE IF EXISTS 'remote_hdfs_${suffix}';
CREATE RESOURCE "remote_hdfs_${suffix}" PROPERTIES (
Expand Down

0 comments on commit db710f0

Please sign in to comment.