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? Although I don't think this change would affect MoW For MoW, pre-agg should always be true (which is set to true later after `createSelectPlan`), because there is no agg function on MoW table columns. -- 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