zhilinli123 commented on PR #4195:
URL:
https://github.com/apache/incubator-seatunnel/pull/4195#issuecomment-1471468230
flink skipped the ddl event and I think we should throw an exception to
prompt the user
```
else if (OP_CREATE.equals(type)) {
// "data" field is null and "type" is "CREATE" which means
// this is a DDL change event, and we should skip it.
return;
}
```
--
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]