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.