Environment
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.
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.