morningman commented on pull request #3738:
URL: https://github.com/apache/incubator-doris/pull/3738#issuecomment-636906110


   > 2\. The table of customer
   >     alter table add column xxx double key null after xxx,but no error 
message and execute success!
   
   I guess the table `customer` is a DUPLICATE KEY table, right? So that the 
`key` in `alter table` stmt is not exactly a `key` column, but just a sort 
column.
   
   I think its ok to allow a float type column to be a sort column in DUPLICATE 
KEY table.
   
   @imay , is that right?
   
   


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

Reply via email to