yuxiqian commented on code in PR #3483:
URL: https://github.com/apache/flink-cdc/pull/3483#discussion_r1685267350


##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/sink/DataSinkWriterOperator.java:
##########
@@ -172,7 +172,6 @@ public void processElement(StreamRecord<Event> element) 
throws Exception {
             emitLatestSchema(changeEvent.tableId());
             processedTableIds.add(changeEvent.tableId());

Review Comment:
   Should this be removed or the outside one?



-- 
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]

Reply via email to