e-mhui opened a new issue, #7787: URL: https://github.com/apache/inlong/issues/7787
### What happened The `tableChanges` of the drop DDL statement is empty, so it cannot enter the `outputDdlElement()` method. We need to check below whether the drop belongs to the currently captured table. If so, output the DDL element. <img width="1816" alt="image" src="https://user-images.githubusercontent.com/111486498/230014752-bf50e20b-37d2-4726-a4c2-7df3b96095de.png"> ### 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? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
