yuxiqian commented on code in PR #3339:
URL: https://github.com/apache/flink-cdc/pull/3339#discussion_r1688991979
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-doris/src/main/java/org/apache/flink/cdc/connectors/doris/sink/DorisDataSink.java:
##########
@@ -74,7 +76,7 @@ public EventSinkProvider getEventSinkProvider() {
}
@Override
- public MetadataApplier getMetadataApplier() {
- return new DorisMetadataApplier(dorisOptions, configuration);
+ public MetadataApplier getMetadataApplier(Set<SchemaChangeEventType>
enabledEventTypes) {
+ return new DorisMetadataApplier(dorisOptions, configuration,
enabledEventTypes);
}
Review Comment:
Left `DataSink` interface unchanged, and adds `default` implementation in
`MetadataApplier` interface.
--
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]