ptubes icon indicating copy to clipboard operation
ptubes copied to clipboard

[BUG]DDL SQL parse out of index problem

Open lvfeifei08 opened this issue 3 years ago • 1 comments

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 avatar May 11 '22 14:05 lvfeifei08

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 avatar May 20 '22 08:05 myksl