Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2244#discussion_r76010265
  
    --- Diff: 
flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/KafkaTableSink.java
 ---
    @@ -75,6 +75,8 @@ public KafkaTableSink(
     
        protected abstract SerializationSchema<Row> 
createSerializationSchema(String[] fieldNames);
     
    +   protected abstract KafkaTableSink createCopy();
    --- End diff --
    
    Maybe add a comment that the copy should be a deep copy?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to