Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2744
So this changes a `Values(null)` into a `Values()` That is not really what
I would expect. I would prefer to have `Values(null)` insert a `null` into the
list. `Values(null, "A")` does not turn into `Values("A")`.---
