zhannngchen commented on code in PR #28105: URL: https://github.com/apache/doris/pull/28105#discussion_r1422192441
########## regression-test/suites/schema_change_p0/test_uniq_delete_sign_schema_change.groovy: ########## @@ -27,7 +27,8 @@ suite("test_uniq_delete_sign_schema_change", "schema_change") { value3 INT ) UNIQUE KEY (k1) - DISTRIBUTED BY HASH(k1) BUCKETS 1 properties("replication_num" = "1", "light_schema_change" = "false"); + DISTRIBUTED BY HASH(k1) BUCKETS 1 + properties("replication_num" = "1", "light_schema_change" = "false", "enable_unique_key_merge_on_write" = "false"); Review Comment: ditto, Why MoW can't work here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org