Mark Bathori created NIFI-14046:
-----------------------------------
Summary: Cast error for binary type in Iceberg data converter
Key: NIFI-14046
URL: https://issues.apache.org/jira/browse/NIFI-14046
Project: Apache NiFi
Issue Type: Bug
Reporter: Mark Bathori
Assignee: Mark Bathori
There are scenarios when certain Record Readers create an Object array of Bytes
instead of Byte array which cause the BinaryConverter and FixedConverter in the
GenericDataConverters class to fail with ClassCastException.
{code:java}
[Ljava.lang.Object; cannot be cast to [Ljava.lang.Byte;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)