Skip to content

Commit

Permalink
fix 2.0 invert index case (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy3993 authored Jun 13, 2024
1 parent 99034a7 commit 8b3d166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression-test/suites/table-sync/test_inverted_index.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
"""

Expand Down

0 comments on commit 8b3d166

Please sign in to comment.