-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the bug when alter column that doesn't have a default value to no… #5105
Conversation
99cc4b5
to
5d3a2b4
Compare
5d3a2b4
to
d4ef191
Compare
@@ -59,6 +60,12 @@ static Status validateColumns(const std::vector<ColumnSpecification *> &columnSp | |||
if (!column.nullable_ref().has_value()) { | |||
column.nullable_ref() = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this problem recently as well, do you know why? This is quite implicit...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this problem recently as well, do you know why? This is quite implicit...
Is there any related issue? I don't know which problem you're talking about.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job~
2bb0494
to
5e2385c
Compare
…t nullable
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Fix https://github.com/vesoft-inc/nebula-ent/issues/1973
Fix #4809
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: