[
https://issues.apache.org/jira/browse/FLINK-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224074#comment-15224074
]
ASF GitHub Bot commented on FLINK-3523:
---------------------------------------
Github user mxm commented on the pull request:
https://github.com/apache/flink/pull/1844#issuecomment-205286176
IMHO we should have a way to check that examples are working properly. We
don't have to address this in this PR though.
> Storm SpoutSplitExample fails with a ClassCastException
> -------------------------------------------------------
>
> Key: FLINK-3523
> URL: https://issues.apache.org/jira/browse/FLINK-3523
> Project: Flink
> Issue Type: Bug
> Components: Storm Compatibility
> Reporter: Stephan Ewen
> Assignee: Matthias J. Sax
>
> {code}
> Caused by: java.lang.ClassCastException:
> org.apache.flink.storm.util.SplitStreamType cannot be cast to
> java.lang.Integer
> at
> org.apache.flink.storm.wrappers.StormTuple.getInteger(StormTuple.java:152)
> at
> org.apache.flink.storm.split.operators.VerifyAndEnrichBolt.execute(VerifyAndEnrichBolt.java:52)
> at
> org.apache.flink.storm.wrappers.BoltWrapper.processElement(BoltWrapper.java:313)
> at
> org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:168)
> at
> org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:65)
> at
> org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:224)
> at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)