Github user MikeThomsen commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/3049#discussion_r223181332
  
    --- Diff: 
nifi-commons/nifi-record/src/test/java/org/apache/nifi/serialization/record/TestDataTypeUtils.java
 ---
    @@ -168,6 +168,21 @@ public void testConvertRecordFieldToObject() {
     
         }
     
    +    @Test
    +    public void testToArray() {
    +        final ArrayList<String> arrayList = new ArrayList<>();
    --- End diff --
    
    Should be `final List<String>....`


---

Reply via email to