aiwenmo commented on code in PR #3812:
URL: https://github.com/apache/flink-cdc/pull/3812#discussion_r2003485777
##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/schema/common/SchemaDerivator.java:
##########
@@ -341,4 +355,57 @@ public Optional<DataChangeEvent> coerceDataRecord(
return Optional.of(dataChangeEvent);
}
+
+ /** Deduce merged CreateTableEvent in batch mode. */
+ public static List<CreateTableEvent>
deduceMergedCreateTableEventInBatchMode(
Review Comment:
At present, it only merges CreateTableEvent in batch mode.
--
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]