Skip to content

Commit 5304d1e

Browse files
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 <[email protected]>
1 parent a4830a6 commit 5304d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regression-test/suites/compaction/test_compaction_score_action.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ suite("test_compaction_score_action") {
2424
id INT NOT NULL,
2525
name STRING NOT NULL
2626
) DUPLICATE KEY (`id`)
27+
DISTRIBUTED BY HASH(`id`) BUCKETS 1
2728
PROPERTIES ("replication_num" = "1", "disable_auto_compaction" = "true");
2829
"""
2930
for (i in 0..<30) {

0 commit comments

Comments
 (0)