ferenc-csaky commented on code in PR #2:
URL:
https://github.com/apache/flink-connector-kudu/pull/2#discussion_r1801148385
##########
flink-connector-kudu/src/main/java/org/apache/flink/connector/kudu/connector/writer/KuduWriter.java:
##########
@@ -35,11 +36,12 @@
import java.io.IOException;
import java.util.Arrays;
+import java.util.Collections;
import java.util.List;
/** Writer to write data to a Kudu table. */
@Internal
-public class KuduWriter<T> implements AutoCloseable {
+public class KuduWriter<T> implements SinkWriter<T>, AutoCloseable {
Review Comment:
Good catch!
--
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]