You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/09/30 09:35:14 UTC

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #1921: Remove length equal restrict in schema change

HangyuanLiu opened a new pull request #1921: Remove length equal restrict in schema change
URL: https://github.com/apache/incubator-doris/pull/1921
 
 
   #1920 
   
   I found out that it was the length after schema change must be greater than or equal to the length before schema change. But "=" is unnecessary and restricts other normal operations, such as converting non-null types to nullable types without modifying the character length.
   
   And If the user sends a schema change request of the same length, the operation of schema chang is not performed.  Doris can throw exception "ERROR 1064 (HY000): Nothing is changed. please check your alter stmt."

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org