diff --git a/regression-test/suites/table-sync/test_inverted_index.groovy b/regression-test/suites/table-sync/test_inverted_index.groovy index e0003b3d..661ae5d6 100644 --- a/regression-test/suites/table-sync/test_inverted_index.groovy +++ b/regression-test/suites/table-sync/test_inverted_index.groovy @@ -200,7 +200,8 @@ suite("test_inverted_index") { COMMENT 'OLAP' DISTRIBUTED BY HASH(`id`) BUCKETS 1 PROPERTIES ( - "replication_num" = "1" + "replication_num" = "1", + "enable_unique_key_merge_on_write" = "true" ); """