felixwluo commented on issue #47851: URL: https://github.com/apache/doris/issues/47851#issuecomment-2666404925
I couldn’t reproduce it in the master test either. If there is a space after "dynamic_partition.start " = "-7" in the CREATE TABLE statement, the table tbl1 cannot be created successfully. However, if there is a space before " dynamic_partition.start" = "-7", the table tbl1 can be created. When executing ALTER TABLE tbl1 SET ("dynamic_partition.start " = "-2147483648"); it throws the error ERROR 1105 (HY000): errCode = 2, detailMessage = Invalid dynamic partition properties: dynamic_partition.start -- 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