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 2023/06/01 19:31:00 UTC

[jira] [Commented] (NIFI-11538) PutIceberg does not correctly convert primitive source objects into target objects

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

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

Commit 3ebe8f2983f1214a2062da6d698d85d8587c8a50 in nifi's branch refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3ebe8f2983 ]

NIFI-11538: This closes #7239. Fix primitive type conversion for PutIceberg


> PutIceberg does not correctly convert primitive source objects into target objects
> ----------------------------------------------------------------------------------
>
>                 Key: NIFI-11538
>                 URL: https://issues.apache.org/jira/browse/NIFI-11538
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>             Fix For: 1.latest, 2.latest
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> When inserting data into Iceberg table using the PutIceberg processor, if the incoming record field(s) being inserted have a different datatype than the target column type, the data is not automatically converted but throws a ClassCastException. This happens for primitive types such as long <-> int, int <-> string, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)