From b949be4d665fa17a92cec13d5e91cf3ae7ccf004 Mon Sep 17 00:00:00 2001 From: bobhan1 Date: Mon, 21 Apr 2025 14:17:42 +0800 Subject: [PATCH] [Fix](case) Fix case that use time series compaction on unique table (#50194) some cases in p1/p2 are not modified in https://github.com/apache/doris/pull/49905 --- .../suites/compaction/test_single_replica_compaction.groovy | 3 +-- .../need_read_data/test_dup_table_inverted_index.groovy | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/regression-test/suites/compaction/test_single_replica_compaction.groovy b/regression-test/suites/compaction/test_single_replica_compaction.groovy index 2a6d6a7caa95e5..16e7bc8d9a3c3f 100644 --- a/regression-test/suites/compaction/test_single_replica_compaction.groovy +++ b/regression-test/suites/compaction/test_single_replica_compaction.groovy @@ -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" ); """ diff --git a/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy b/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy index 962ac7f7d3f2c2..1e207b0250a396 100644 --- a/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy +++ b/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy @@ -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"