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