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 <yangweiqing001@...>
Date: 2018-11-16T01:35:50Z
SAMZA-1999: Fix NullPointerException when sink is log.outputstream
----
---