[
https://issues.apache.org/jira/browse/FLINK-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026444#comment-16026444
]
ASF GitHub Bot commented on FLINK-6711:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3992#discussion_r118735031
--- Diff:
flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/testutils/FailingIdentityMapper.java
---
@@ -22,30 +22,34 @@
import org.apache.flink.configuration.Configuration;
import org.apache.flink.runtime.state.CheckpointListener;
import org.apache.flink.streaming.api.checkpoint.ListCheckpointed;
+
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Collections;
import java.util.List;
-
-public class FailingIdentityMapper<T> extends RichMapFunction<T,T>
implements
+/**
+ * A {@link RichMapFunction} that fails after the configured number of
records have been processed.
+ * @param <T>
--- End diff --
Add extra line.
> Activate strict checkstyle for flink-connectors
> -----------------------------------------------
>
> Key: FLINK-6711
> URL: https://issues.apache.org/jira/browse/FLINK-6711
> Project: Flink
> Issue Type: Sub-task
> Components: Batch Connectors and Input/Output Formats, Streaming
> Connectors
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)