[
https://issues.apache.org/jira/browse/FLINK-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027877#comment-16027877
]
ASF GitHub Bot commented on FLINK-6695:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/4004#discussion_r118845592
--- Diff:
flink-contrib/flink-storm-examples/src/main/java/org/apache/flink/storm/split/operators/VerifyAndEnrichBolt.java
---
@@ -27,6 +26,12 @@
import org.apache.storm.tuple.Tuple;
import org.apache.storm.tuple.Values;
+import java.util.Map;
+
+/**
+ * Verifies that incoming numbers are either even or odd, controlled by
the constructor argument. Emitted tuples are
+ * enriched with a new string field containing either "even" or "odd",
based on the numbers parity.
--- End diff --
numbers parity -> numbers' parity
> Activate strict checkstyle in flink-contrib
> -------------------------------------------
>
> Key: FLINK-6695
> URL: https://issues.apache.org/jira/browse/FLINK-6695
> Project: Flink
> Issue Type: Sub-task
> Components: flink-contrib
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Trivial
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)