filter always wraps the function I give it to see only values:
https://github.com/bolt-project/bolt/blob/master/bolt/spark/array.py#L220-L222
It would be nice to be able to pass a with_keys argument to not have that happen.
@jwittenbach what do you think?