Re: OperatorChain catch block failing with NPE instead of re-throwing the exception

2018-01-27 Thread Chesnay Schepler
IIRC this is already fixed on master and for 1.4.1, someone should double-check though. On 26.01.2018 16:13, Joern Kottmann wrote: Hello all, I implemented a rather simple map function which is returning a Tuple2 with an object of the wrong type. This is causing a Class Cast Exception a bit la

OperatorChain catch block failing with NPE instead of re-throwing the exception

2018-01-26 Thread Joern Kottmann
Hello all, I implemented a rather simple map function which is returning a Tuple2 with an object of the wrong type. This is causing a Class Cast Exception a bit later, it would be good if I would get that Class Cast Exception instead of a Null Pointer Exception, because the Class Cast Exception wo