pick https://github.com/apache/doris/pull/50194
This commit is contained in:
@ -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"
|
||||
);
|
||||
"""
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user