Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3049#discussion_r223141579
--- Diff:
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java
---
@@ -339,6 +339,11 @@ public static boolean isRecordTypeCompatible(final
Object value) {
return dest;
}
--- End diff --
Why wouldn't this be any List implementation?---
