If anything, it's an issue with autoboxing. Tuple stores everything as an Object. but calling Tuple#getBoolean returns a primitive.
that said, we could wrap DataInputStream#readBoolean with Boolean#valueOf(). but i've no idea how autoboxing works in this case, I would have assumed it did the "right" thing.
if you want to make the change and let me know if it resolves your issue, i'll make the same change in wip-1.2 and push a wip release.
https://github.com/cwensel/cascading/blob/master/src/core/cascading/tuple/TupleInputStream.java#L147
chris
> --
> You received this message because you are subscribed to the Google Groups "cascading-user" group.
> To post to this group, send email to cascadi...@googlegroups.com.
> To unsubscribe from this group, send email to cascading-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cascading-user?hl=en.
>
--
Chris K Wensel
ch...@concurrentinc.com
http://www.concurrentinc.com
-- Concurrent, Inc. offers mentoring, support for Cascading