We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ptubes version: 1.0.0
Operating System version: Linux
Java version: 1.8
Execute SQL "alter table table_1" to clean up table holes.
Reader parse sql "alter table table_1" successfully and then fetch new schema from MySQL.
Reader will occurred error when parsing sql "alter table table_1" and skip this DDL event.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Merge pull request #14 from lvfeifei08/fix_ddl_parse#4
c4ef45b
fix: DDL SQL parse out of index problem #4
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: