-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
ddl: add alter index visibility DDL support #16914
Conversation
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.
Could we need to update the result of show create table
?
@zimulala, @djshow832, PTAL. |
1 similar comment
@zimulala, @djshow832, PTAL. |
@djshow832 @zimulala All comment addressed, PTAL |
4045f9f
to
2d0a59d
Compare
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.
Rest LGTM
Codecov Report
@@ Coverage Diff @@
## master #16914 +/- ##
================================================
- Coverage 80.0322% 79.9758% -0.0565%
================================================
Files 510 510
Lines 139049 138857 -192
================================================
- Hits 111284 111052 -232
- Misses 18798 18829 +31
- Partials 8967 8976 +9 |
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
/run-all-tests |
/run-unit-test |
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
/merge |
/run-all-tests |
@Deardrops merge failed. |
/merge |
/run-all-tests |
What problem does this PR solve?
Issue Number: close #9246
Problem Summary: Support Invisible Indexes
What is changed and how it works?
Proposal: #15338
What's Changed:
This PR add new DDL statement support:
How it Works:
Add a new DDL job
AlterTableIndexInvisible
.Related changes
Check List
Tests
Side effects
Release note