Github user ArvindSridhar commented on the issue: https://github.com/apache/madlib/pull/292 Sounds good-just verified that plpy converts the SQL bool into a Python bool and not a Python string. It should be good to go now. Do we still want to get rid of the unit tests now given that they would be almost trivial (basically just checking that True=True)?
---