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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 5304d1ed3fd branch-3.0: [fix](test) Use single tablet table to verify 
compaction score action #47565 (#47612)
5304d1ed3fd is described below

commit 5304d1ed3fdb1575271e14d27293c320fd88a2b3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 10:50:37 2025 +0800

    branch-3.0: [fix](test) Use single tablet table to verify compaction score 
action #47565 (#47612)
    
    Cherry-picked from #47565
    
    Co-authored-by: Siyang Tang <tangsiy...@selectdb.com>
---
 regression-test/suites/compaction/test_compaction_score_action.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/compaction/test_compaction_score_action.groovy 
b/regression-test/suites/compaction/test_compaction_score_action.groovy
index b27114c3dbd..c9d8b7ff8cd 100644
--- a/regression-test/suites/compaction/test_compaction_score_action.groovy
+++ b/regression-test/suites/compaction/test_compaction_score_action.groovy
@@ -24,6 +24,7 @@ suite("test_compaction_score_action") {
             id INT NOT NULL,
             name STRING NOT NULL
         ) DUPLICATE KEY (`id`)
+          DISTRIBUTED BY HASH(`id`) BUCKETS 1
           PROPERTIES ("replication_num" = "1", "disable_auto_compaction" = 
"true");
     """
     for (i in 0..<30) {


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

Reply via email to