cambyzju opened a new pull request, #20239: URL: https://github.com/apache/doris/pull/20239
## Proposed changes Issue Number: close https://github.com/apache/doris/issues/10811 How to reproduce the problem inside issue [#10811](https://github.com/apache/doris/issues/10811) 1. create table with dynamic partition policy; 2. restart FE; 3. alter distribution column comment; 4. alter dynamic_partition.end to trigger add new partition by dynamic partition scheduler; 5. Then we got the error log, and the new partition create failed. `dynamic add partition failed: errCode = 2, detailMessage = Cannot assign hash distribution with different distribution cols. default is: [`id` int(11) NULL COMMENT 'new_comment_of_id'], db: default_cluster:example_db, table: test_2` **The key point of the reproduce steps is `step2: restart FE`.** It seems all versions will be affected, include master and lts-1.1 and so on. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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