e-mhui opened a new pull request, #7776:
URL: https://github.com/apache/inlong/pull/7776
### Prepare a Pull Request
[INLONG-7762][Sort] Fix capturing unrelated tables when open DDL change
detection
- Fixes #7762
### Motivation
Fix capturing unrelated tables when open DDL change detection
### Modifications
Remove the following code.
```java
// for create table ddl, there's no table change events
// still we need to generate a ddl message
if (tableChanges.isEmpty()) {
outputDdlElement(element, output, splitState, null);
}
```
--
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]