morningman opened a new pull request #1453: Fix bug that user can set null default value to non-nullable column in create table stmt URL: https://github.com/apache/incubator-doris/pull/1453 Column definition like `k1 INT NOT NULL DEFAULT NULL` should not be allowed. I add a new class DefaultValue to distinguish between "user set null default value" and "use does not set default value".
---------------------------------------------------------------- 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