ucasFL opened a new issue #6024: URL: https://github.com/apache/incubator-doris/issues/6024
**Is your feature request related to a problem? Please describe.** When user create a table, since they may not known the data scale at the first, so they may choose a unsuitable bucket num. When add new partition later, they may use new bucket num, if we can change the default bucket num of a table after creation, then user will do not need to specify bucket num exactly when add new partition. **Describe the solution you'd like** Add sql statement `alter table t set("default.bucket_num" = "n")` to modify the default bucket num of table t to `n`. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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. 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