lvyanquan commented on code in PR #3932:
URL: https://github.com/apache/flink-cdc/pull/3932#discussion_r1990582078


##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/transform/PreTransformOperator.java:
##########
@@ -270,6 +273,24 @@ public void close() throws Exception {
     @Override
     public void processElement(StreamRecord<Event> element) throws Exception {
         Event event = element.getValue();
+        if (event instanceof ChangeEvent) {

Review Comment:
   > Are we accidentally emitting duplicate and inconsistent CreateTableEvents 
to the downstream
   
   Yes. Updated and fixed it.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to