Skip to content
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: DDL SQL parse out of index problem #4 #14

Merged
merged 1 commit into from
May 31, 2022

Conversation

lvfeifei08
Copy link
Collaborator

No description provided.

@lvfeifei08
Copy link
Collaborator Author

What is the purpose of the change

fix bug #4

Brief Changelog

Fix parse error where execute sql "alter table table_1" to clean up table holes.

Verify this change

  • Make sure there is a GitHub_issue field for changes (usually before you start working on it). Trivial changes like spelling mistakes do not require GitHub issues. Your pull request should only address this issue and no other changes - one PR addresses one issue.

  • Every commit in a pull request should have a meaningful subject line and body.

  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.

  • Write the necessary unit tests to verify your logic corrections, mocks work better when there are cross-module dependencies.

  • GitHub Actions works fine on your own fork.

@myksl
Copy link
Collaborator

myksl commented May 31, 2022

I verified the code and tried to reproduce the previous issue, it looks like the bug has been fixed

@myksl myksl merged commit c4ef45b into meituan:master May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants