GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2278
NIFI-4617: TestCSVRecordReader Test Failure
NIFI-4617:
- Ensuring a charset is specified when converting a string into bytes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4617
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2278.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 #2278
----
commit bd9679899311b9592d93a9b4fb6d81811e3b3df2
Author: Matt Gilman <[email protected]>
Date: 2017-11-17T21:03:25Z
NIFI-4617:
- Ensuring a charset is specified when convert a string into bytes.
----
---