You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by cleroux <gi...@git.apache.org> on 2018/04/27 22:40:58 UTC

[GitHub] storm pull request #2649: [STORM-3043] Fix NullPointerException when apply()...

GitHub user cleroux opened a pull request:

    https://github.com/apache/storm/pull/2649

    [STORM-3043] Fix NullPointerException when apply() returns null

    A null List is a valid return value from RecordTranslator.apply() if the ConsumerRecord is invalid.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cleroux/storm 1.x-branch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2649.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 #2649
    
----
commit 6b527dfc2b3ae7ba2c7e535e983fc8864f506133
Author: cleroux <le...@...>
Date:   2018-04-27T22:36:05Z

    [STORM-3043] Fix NullPointerException when apply() returns null

----


---

[GitHub] storm pull request #2649: [STORM-3043] Fix NullPointerException when apply()...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2649


---