Re: Type problem in RichFlatMapFunction when using GenericArray type

2016-10-11 Thread Timo Walther
I identified the problem and opened a issue for it: https://issues.apache.org/jira/browse/FLINK-4801 Am 11/10/16 um 15:31 schrieb Timo Walther: I will also have a look at this issue. Am 11/10/16 um 09:10 schrieb Chesnay Schepler: Yes, i think a JIRA issue would be good for this. On

Re: Type problem in RichFlatMapFunction when using GenericArray type

2016-10-11 Thread Timo Walther
I will also have a look at this issue. Am 11/10/16 um 09:10 schrieb Chesnay Schepler: Yes, i think a JIRA issue would be good for this. On 11.10.2016 08:42, Martin Junghanns wrote: Shall I open an issue for that? The Exception gets thrown when using RichFlatJoinFunction or

Re: Type problem in RichFlatMapFunction when using GenericArray type

2016-10-11 Thread Chesnay Schepler
Yes, i think a JIRA issue would be good for this. On 11.10.2016 08:42, Martin Junghanns wrote: Shall I open an issue for that? The Exception gets thrown when using RichFlatJoinFunction or RichFlatMapFunction (updated the Gist) and the first field of the tuple is an array type. I can look into

Re: Type problem in RichFlatMapFunction when using GenericArray type

2016-10-11 Thread Martin Junghanns
Shall I open an issue for that? The Exception gets thrown when using RichFlatJoinFunction or RichFlatMapFunction (updated the Gist) and the first field of the tuple is an array type. I can look into it once the issue is there. Cheers, Martin On 10.10.2016 13:39, Chesnay Schepler wrote:

Re: Type problem in RichFlatMapFunction when using GenericArray type

2016-10-10 Thread Martin Junghanns
Hi Chesnay, added it to the Gist but also here: 10/10/2016 14:00:44 Job execution switched to status FAILING. java.lang.ClassCastException: java.lang.Long cannot be cast to [Ljava.lang.Object; at

Re: Type problem in RichFlatMapFunction when using GenericArray type

2016-10-10 Thread Chesnay Schepler
Hello Martin, Could you include the error you are getting? Regards, Chesnay On 10.10.2016 13:31, Martin Junghanns wrote: Hi, I ran into a problem when using generic arrays in a tuple. I wrote a minimal program to reproduce the error [1]. The problem seems to be related to the order of