You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/04 22:08:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030156#comment-17030156 ] 

ASF subversion and git services commented on NIFI-7095:
-------------------------------------------------------

Commit 98f9b7c033a8d80ddf43aa77f63107703077d297 in nifi's branch refs/heads/master from Christian Zügner
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=98f9b7c ]

NIFI-7095: ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method

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.

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #4034.


> 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
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)