This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 3088aff43c4 branch-2.1: [Fix](case) Fix case that use time series 
compaction on unique table (#50194) (#50228)
3088aff43c4 is described below

commit 3088aff43c4591e89881e438e65dd1776cc66bf6
Author: bobhan1 <bao...@selectdb.com>
AuthorDate: Tue Apr 22 09:22:00 2025 +0800

    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
---
 .../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 2a6d6a7caa9..16e7bc8d9a3 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 962ac7f7d3f..1e207b0250a 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"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to