You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/26 10:29:51 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1556: Allow the null default in insert into stmt

EmmyMiao87 opened a new pull request #1556: Allow the null default in insert into stmt
URL: https://github.com/apache/incubator-doris/pull/1556
 
 
   The default value of null is forbidden in insert into stmt while null column has not been mentioned in stmt.
   This is a bug because the unmentioned column has default value. The values should be inserted successfully although the default value is null.
   
   So the column may simply be not assigned default value when the column is not allowed null and the default value of column is null.

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org