[Fix](branch-2.1) Fix unstable case "test_base_compaction" (#49349)

This commit is contained in:
abmdocrt
2025-03-21 18:06:43 +08:00
committed by GitHub
parent 7b28e33815
commit 3e894994d4

View File

@ -64,7 +64,8 @@ suite("test_base_compaction") {
UNIQUE KEY(L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER)
DISTRIBUTED BY HASH(L_ORDERKEY) BUCKETS 1
PROPERTIES (
"replication_num" = "1"
"replication_num" = "1",
"disable_auto_compaction" = "true"
)
"""