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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org