dataroaring commented on issue #47851: URL: https://github.com/apache/doris/issues/47851#issuecomment-2689813736
> > > What version of Doris are you using? The new version of Doris does not have this issue. When executing the above alter statement, an error message "errCode = 2, detailMessage = Invalid dynamic partition properties: dynamic_partition.start" will be reported. [@deardeng](https://github.com/deardeng) > > > > > > [@chuang-wang-pre](https://github.com/chuang-wang-pre) this error "errCode = 2, detailMessage = Invalid dynamic partition properties: dynamic_partition.start", > > It shouldn't happen because the dynamic partition table has a `start` attribute. Please check if there are spaces before and after dynamic_partition.start in the table creation statement > > [@deardeng](https://github.com/deardeng) yes, `dynamic_partition.start` is a valid property, but the space at the end was not printed out. I mentioned PR, and this message format looks clear now: `errCode = 2, detailMessage = Invalid dynamic partition properties: [dynamic_partition.start ]` It’s preferable to strip whitespace from the start and end of properties. -- 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