Christian Zügner created NIFI-7097:
--------------------------------------
Summary: ResultSetRecordSet: Always use RecordField from
readerSchema if applicable.
Key: NIFI-7097
URL: https://issues.apache.org/jira/browse/NIFI-7097
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Affects Versions: 1.11.1
Reporter: Christian Zügner
For example Array type will fallback to element Type of String even if the
readerSchema defines this as numeric type.
Instead of handling the type picking on specific types (getDataType) we do this
always in createSchema method if applicable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)