-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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, executor: limit the length of the index name when executing "create table" #13016
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13016 +/- ##
===========================================
Coverage 80.2414% 80.2414%
===========================================
Files 469 469
Lines 112078 112078
===========================================
Hits 89933 89933
Misses 15237 15237
Partials 6908 6908 |
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
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
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 |
cherry pick to release-3.1 in PR #13309 |
cherry pick to release-3.0 in PR #13310 |
cherry pick to release-2.1 in PR #13311 |
What problem does this PR solve?
We don't limit the length of the index name when executing the operation of
create table
.What is changed and how it works?
Check the index name's length when calling
buildIndexInfo
.Check List
Tests
Related changes
Release note