GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/2744
[STORM-3132] Avoid NPE in the Values Constructor
`Values` construction could end up throwing NPE.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm3132
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2744.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2744
----
commit e6f95fb92597216aae50a884d62d0ead6a16bbcd
Author: Kishor Patil <kpatil@...>
Date: 2018-06-29T05:48:43Z
Avoid NPE in the Values Constructor
----
---