branch-2.1: [Fix](case) Fix case that use time series compaction on unique table (#50194) (#50228)

pick https://github.com/apache/doris/pull/50194
This commit is contained in:
bobhan1
2025-04-22 09:22:00 +08:00
committed by GitHub
parent 1c90fc6c02
commit 3088aff43c
2 changed files with 1 additions and 3 deletions

View File

@ -137,8 +137,7 @@ suite("test_single_compaction_p2", "p2") {
PROPERTIES (
"replication_num" = "2",
"enable_single_replica_compaction" = "true",
"enable_unique_key_merge_on_write" = "false",
"compaction_policy" = "time_series"
"enable_unique_key_merge_on_write" = "false"
);
"""

View File

@ -770,7 +770,6 @@ suite("test_dup_table_inverted_index", "p1") {
DISTRIBUTED BY HASH (`@timestamp`) BUCKETS 32
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"compaction_policy" = "time_series",
"inverted_index_storage_format" = "v2",
"compression" = "ZSTD",
"disable_auto_compaction" = "true"