You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by weiqingy <gi...@git.apache.org> on 2018/11/16 01:38:18 UTC

[GitHub] samza pull request #808: SAMZA-1999: Fix NullPointerException when sink is l...

GitHub user weiqingy opened a pull request:

    https://github.com/apache/samza/pull/808

    SAMZA-1999: Fix NullPointerException when sink is log.outputstream

    ## What changes were proposed in this pull request?
    The PR is to fix a bug which throw out NullPointerException when sink is log.outputstream
    
    ## How was this patch tested?
    Pass build and current tests.
    Test in Samza SQL shell.


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

    $ git pull https://github.com/weiqingy/samza SAMZA-1999

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

    https://github.com/apache/samza/pull/808.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 #808
    
----
commit 411894c4d63a956970a195334261c6af8aa55274
Author: Weiqing Yang <ya...@...>
Date:   2018-11-16T01:35:50Z

    SAMZA-1999: Fix NullPointerException when sink is log.outputstream

----


---

[GitHub] samza pull request #808: SAMZA-1999: Fix NullPointerException when sink is l...

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

    https://github.com/apache/samza/pull/808


---