[
https://issues.apache.org/jira/browse/NIFI-16074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nir Yanay updated NIFI-16074:
-----------------------------
Description:
The following Iceberg types currently don't appear to be handled correctly: *
{{timestampz}}
* {{bytes}}
* {{list}}
* {{struct}}
None of these have conversion logic implemented, which results in
{{ClassCastException}} errors.
Additionally, the UUID conversion should use {{{}UUID.fromString(){}}}, but it
currently doesn't have its own converter, although it does not fail like the
others.
I opened a PR:
[https://github.com/apache/nifi/pull/11423]
was:
The following Iceberg types currently don't appear to be handled correctly: *
{{timestampz}}
* {{bytes}}
* {{list}}
* {{struct}}
None of these have conversion logic implemented, which results in
{{ClassCastException}} errors.
Additionally, the UUID conversion should use {{{}UUID.fromString(){}}}, but it
currently doesn't have its own converter, although it does not fail like the
others.
https://github.com/apache/nifi/pull/11423
> PutIcebergRecord missing convertors
> -----------------------------------
>
> Key: NIFI-16074
> URL: https://issues.apache.org/jira/browse/NIFI-16074
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Nir Yanay
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The following Iceberg types currently don't appear to be handled correctly: *
> {{timestampz}}
> * {{bytes}}
> * {{list}}
> * {{struct}}
> None of these have conversion logic implemented, which results in
> {{ClassCastException}} errors.
> Additionally, the UUID conversion should use {{{}UUID.fromString(){}}}, but
> it currently doesn't have its own converter, although it does not fail like
> the others.
>
> I opened a PR:
> [https://github.com/apache/nifi/pull/11423]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)