Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Mar 24, 2024
1 parent 2016542 commit da0f744
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ suite("add_table_policy_by_modify_partition") {
PARTITION p2 VALUES LESS THAN ("2022-02-01") ("storage_policy" = "tmp2" ,"replication_num"="1")
) DISTRIBUTED BY HASH(k2) BUCKETS 1
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"storage_policy" = "created_create_table_partition_alter_policy"
);
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ suite("add_table_policy_by_modify_partition_hdfs") {
PARTITION p2 VALUES LESS THAN ("2022-02-01") ("storage_policy" = "tmp2_hdfs" ,"replication_num"="1")
) DISTRIBUTED BY HASH(k2) BUCKETS 1
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"storage_policy" = "created_create_table_partition_alter_policy_hdfs"
);
"""
Expand Down

0 comments on commit da0f744

Please sign in to comment.