Re: Error in during TypeExtraction

2015-11-12 Thread Gyula Fóra
Thanks, I opened the JIRA: https://issues.apache.org/jira/browse/FLINK-3006 This might affect the release as well. Timo Walther ezt írta (időpont: 2015. nov. 12., Cs, 14:56): > This looks like a bug. Can you open an issue for that? I will look into > it later. > > Regards, > Timo > > > On 12.11

Re: Error in during TypeExtraction

2015-11-12 Thread Timo Walther
This looks like a bug. Can you open an issue for that? I will look into it later. Regards, Timo On 12.11.2015 13:16, Gyula Fóra wrote: Hey, I get a weird error when I try to execute my job on the cluster. Locally this works fine but running it from the command line fails during typeextractio

Error in during TypeExtraction

2015-11-12 Thread Gyula Fóra
Hey, I get a weird error when I try to execute my job on the cluster. Locally this works fine but running it from the command line fails during typeextraction: input1.union(input2, input3).map(Either:: Left).returns(eventOrLongType); This fails when trying to extract the output type from the map