You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Christian Zügner (Jira)" <ji...@apache.org> on 2020/02/04 09:40:00 UTC

[jira] [Created] (NIFI-7095) ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method

Christian Zügner created NIFI-7095:
--------------------------------------

             Summary: ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method
                 Key: NIFI-7095
                 URL: https://issues.apache.org/jira/browse/NIFI-7095
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.11.1
            Reporter: Christian Zügner


Some jdbc drivers e.g. Oracle returns java.sql.Array objects for array types, not just Lists.
This commit also handles these cases, and extracts the primitive java arrays out of this jdbc holder class.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)