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

[BUG]DDL SQL parse out of index problem #4

Open
lvfeifei08 opened this issue May 11, 2022 · 1 comment
Open

[BUG]DDL SQL parse out of index problem #4

lvfeifei08 opened this issue May 11, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@lvfeifei08
Copy link
Collaborator

lvfeifei08 commented May 11, 2022

Environment

  • Ptubes version: 1.0.0

  • Operating System version: Linux

  • Java version: 1.8

Steps to reproduce this issue

Execute SQL "alter table table_1" to clean up table holes.

Expected Behavior

Reader parse sql "alter table table_1" successfully and then fetch new schema from MySQL.

Actual Behavior

Reader will occurred error when parsing sql "alter table table_1" and skip this DDL event.

@lvfeifei08 lvfeifei08 added the bug Something isn't working label May 11, 2022
@myksl
Copy link
Collaborator

myksl commented May 20, 2022

hi, lvfei,I saw this problem, I tried to follow your process and found that it can be reproduced, it is a bug, we need to fix it

myksl added a commit that referenced this issue May 31, 2022
fix: DDL SQL parse out of index problem #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants