[ https://issues.apache.org/jira/browse/FLINK-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026441#comment-16026441 ]
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_r118734813 --- Diff: flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTableSourceTestBase.java --- @@ -47,10 +53,14 @@ BasicTypeInfo.LONG_TYPE_INFO }; private static final Properties PROPERTIES = createSourceProperties(); - // Avro record that matches above schema + /** + * Avro record that matches above schema. + */ public static class AvroSpecificRecord extends SpecificRecordBase { + //CHECKSTYLE.OFF: ConstantNameCheck| --- End diff -- Is this intended to have a trailing pipe? > 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)