EmmyMiao87 opened a new pull request #3812:
URL: https://github.com/apache/incubator-doris/pull/3812


   When the user does not specify the key column, doris will automatically 
supplement the key column.
   However, doris does not support float or double as the key column, so when 
adding the key column, doris should avoid setting those column as the key 
column.
   
   The CreateMaterailizedView, AddRollup and CreateDuplicateTable need to 
forbidden float column in short key.
   If the float column is directly encountered during the supplement process, 
the subsequent columns are all value columns.
   If the first column is float or double, Doris will throw the exception.
   
   Fixed #3811
   
   Change-Id: Ib66d9355acefcd8f281906bcb7b4dd684319ff08


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