You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tableChanges of the drop ddl statement is empty, so it cannot enter the outputDdlElement() method. We need to check below whether the drop ddl statement belongs to the currently captured table. If so, output the DDL element.
What happened
The
tableChanges
of the drop ddl statement is empty, so it cannot enter theoutputDdlElement()
method. We need to check below whether the drop ddl statement belongs to the currently captured table. If so, output the DDL element.What you expected to happen
Ouput drop statment
How to reproduce
Run
AllMigrateTest.java
, then drop a table.Environment
No response
InLong version
master
InLong Component
InLong Sort
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: