[ 
https://issues.apache.org/jira/browse/FLINK-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226034#comment-15226034
 ] 

ASF GitHub Bot commented on FLINK-3523:
---------------------------------------

Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1844#issuecomment-205744485
  
    For the test, two comments:
    
      - Can you add it to another ITCase (saves bringing an extra mini cluster)
      - Also, it will probably not run on windows. Writing to a temp file and 
deleting that should make this compatible.


> 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)

Reply via email to