deardeng commented on PR #44396: URL: https://github.com/apache/doris/pull/44396#issuecomment-2493094581
> 1. what if create table with auto bucket and colcate with failed, such as ``` mysql> CREATE TABLE IF NOT EXISTS t1 -> ( -> k1 date, -> k2 int -> ) -> ENGINE=OLAP -> UNIQUE KEY (k1,k2) -> DISTRIBUTED BY HASH(k2) BUCKETS AUTO -> PROPERTIES -> ( -> "replication_num" = "1", -> "colocate_with" = "test_colocate_table_group" -> ); ERROR 1105 (HY000): errCode = 2, detailMessage = Auto buckets for colocate table is unsupported ``` -- 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