-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Support table comment and column comment for view #1799
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
Conversation
|
+1. LGTM. Please add a UT for this PR. |
OK |
| [BROKER PROPERTIES ("key"="value", ...)]; | ||
| [PROPERTIES ("key"="value", ...)] | ||
| [BROKER PROPERTIES ("key"="value", ...)] | ||
| [COMMENT "table comment"]; |
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.
To comply with mysql, comment should locate before partition define. Both Comment and Engine are table options. Here is the reference.
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.
Changed
70ec33c to
e731929
Compare
imay
left a comment
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.
LGTM
…fied with `mysql -D` (apache#1799)
See
help create tableandhelp create viewfor help.Sett
help show full columnsandhelp show table statusto view comment.