You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2018/06/29 15:58:50 UTC

[GitHub] storm issue #2744: [STORM-3132] Avoid NPE in the Values Constructor

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")`.


---