Github user peter-gergely-horvath commented on the issue:
https://github.com/apache/nifi/pull/2843
@MikeThomsen I tried, but it kept failing with other tests cases, unrelated
to my changes, see above in pull request:
```
At the moment, the build fails with unit test failures unrelated to this
commit:
[INFO] Running org.apache.nifi.csv.TestCSVValidators
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.018 s - in org.apache.nifi.csv.TestCSVValidators
[INFO] Running org.apache.nifi.csv.TestJacksonCSVRecordReader
[ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.033 s <<< FAILURE! - in org.apache.nifi.csv.TestJacksonCSVRecordReader
[ERROR] testUTF8(org.apache.nifi.csv.TestJacksonCSVRecordReader) Time
elapsed: 0.002 s <<< FAILURE!
org.junit.ComparisonFailure: expected:<[é»å±æ]> but was:<[???]>
at org.apache.nifi.csv.TestJacksonCSVRecordReader.testUTF8(TestJ
```
The fact I cannot get a working build from original/master is kind of
painful, do you see any way for me to remedy this?
---