[
https://issues.apache.org/jira/browse/FLINK-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026921#comment-16026921
]
ASF GitHub Bot commented on FLINK-6711:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3992#discussion_r118797294
--- 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 --
Figured this out, i was supplying the wrong rule to disable, should be
`StaticVariableNameCheck` instead.
> 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)