bobhan1 commented on code in PR #24191: URL: https://github.com/apache/doris/pull/24191#discussion_r1323872343
########## regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_strict_mode.groovy: ########## @@ -30,7 +30,7 @@ suite("test_partial_update_strict_mode", "p0") { `last_access_time` datetime NULL ) ENGINE = OLAP UNIQUE KEY(`id`) COMMENT 'OLAP' DISTRIBUTED BY HASH(`id`) - BUCKETS AUTO PROPERTIES ( + BUCKETS 4 PROPERTIES ( Review Comment: just to ensure that the table has more than one buckets to check if the calculation is correct if the table has more than one bucket. -- 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