Are you talking about a Tuple2<String, Boolean> t for example?
So t.f0 == null doesn't cause any issues, but t.f1 == null is failing?
What's the error message?

On Wed, Sep 23, 2015 at 3:31 PM, Flavio Pompermaier <pomperma...@okkam.it>
wrote:

> Hi to all,
>
> why it is possible to collect (in a flatMap function for example) a Tuple
> with a null String but it's not possible with a null Boolean value? Is that
> normal?
>
> Best,
> Flavio
>

Reply via email to