-
Notifications
You must be signed in to change notification settings - Fork 709
update functions-and-operator and generated-columns #3051
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
|
PTAL @Reminiscent |
|
@SunRunAway, @yikeke, PTAL. |
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Ran <huangran@pingcap.com>
ran-huang
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
|
@ran-huang,Thanks for your review. |
ti-srebot
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
|
@niezefeng, please update your pull request. |
|
@ran-huang, @ti-srebot, @SunRunAway, @wjhuang2016, PTAL. |
generated-columns.md
Outdated
| - You can neither convert a generated stored column to a normal column through the `ALTER TABLE` statement nor convert a normal column to a generated stored column. | ||
| - You cannot modify the **expression** of a generated stored column through the `ALTER TABLE` statement. | ||
| - Not all [JSON functions](/functions-and-operators/json-functions.md) are supported. | ||
| - You cannot add the generated column through `ALTER TABLE`. |
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.
You cannot add the stored generated column through ALTER TABLE.
|
@wjhuang2016 Comments addressed. PTAL again. Thanks~ |
wjhuang2016
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
|
@wjhuang2016, Thanks for your review, however we are sorry that your vote won't be count. You are not a reviewer or committer or co-leader or leader for the related sigs:docs(slack). |
|
/merge |
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3172 |
What is changed, added or deleted? (Required)
Update functions-and-operator documents and json-functions documents.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?