deardeng commented on issue #47851:
URL: https://github.com/apache/doris/issues/47851#issuecomment-2664522326

   > 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 
   
   
   you can add a regression case to test it.  Use the following testing steps
   1. first after create table , show create table "dynamic_partition.start " = 
"-7"
   2. alter table tbl1 set ( "dynamic_partition.start " = "-2147483648"); 
return ok
   3. There is an extra space after 'dynamic_partition.start ' here, in step 1
   4. but not work in show create table, it dynamic_partition.start still old 
value
   5. expect in show create table result dynamic_partition.start = -2147483648, 
not -7
    


-- 
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

Reply via email to