You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2023/05/11 15:55:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Matt Burgess updated NIFI-11538:
--------------------------------
    Summary: PutIceberg does not correctly convert primitive source objects into target objects  (was: PutIceberg does not correctly convert source objects into target objects)

> 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
>
> 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)