[ https://issues.apache.org/jira/browse/FLINK-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027879#comment-16027879 ]
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_r118845633 --- Diff: flink-contrib/flink-storm-examples/src/test/java/org/apache/flink/storm/split/SplitBoltTopology.java --- @@ -15,23 +15,28 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.flink.storm.split; -import org.apache.storm.topology.TopologyBuilder; import org.apache.flink.storm.split.operators.RandomSpout; import org.apache.flink.storm.split.operators.VerifyAndEnrichBolt; import org.apache.flink.storm.util.BoltFileSink; import org.apache.flink.storm.util.BoltPrintSink; import org.apache.flink.storm.util.OutputFormatter; import org.apache.flink.storm.util.TupleOutputFormatter; +import org.apache.storm.topology.TopologyBuilder; + +/** + * A simple topology that splits a number stream based the numbers parity, and verifies the result. --- End diff -- numbers -> numbers' > 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)