zhannngchen commented on code in PR #12118: URL: https://github.com/apache/doris/pull/12118#discussion_r956921131
########## regression-test/suites/delete_p0/test_delete_sign.sql: ########## @@ -0,0 +1,32 @@ +DROP TABLE IF EXISTS delete_sign_test; + +CREATE TABLE delete_sign_test ( + `uid` BIGINT NULL, + `v1` BIGINT NULL + ) +UNIQUE KEY(uid) +DISTRIBUTED BY HASH(uid) BUCKETS 3 +PROPERTIES ( Review Comment: Could you help to add a case for MoW? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
