[Fix](branch-2.1) Fix unstable case "test_base_compaction" (#49349)
This commit is contained in:
@ -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"
|
||||
)
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user