Dmitry created NIFI-5716:
----------------------------
Summary: ConvertAvroToORC processor can't convert avro file which
has array which consists of floats and array of float
Key: NIFI-5716
URL: https://issues.apache.org/jira/browse/NIFI-5716
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.7.1
Environment: OS:
SUSE Linux Enterprise Server 12 SP3 (release 12.3)
or Windows 7 Corporate SP1
Nifi version: 1.7.1
Reporter: Dmitry
Attachments: ConvertToOrcException.log, avroScheme.json,
nifiProcessorGroup.png, test.json
1) I have an avro scheme (see avroScheme.json in attachments
2) I have a json (see test.json in attachents)
3) I have next nifi processor group (see nifiProcessorGroup.png in attachments)
GetFile - just get test.json
ConvertRecord - just convert recieved json by JsonTreeReader to avro by
AvroRecordSetWriter. JsonTreeReader and AvroRecordSetWriter have schema
registry: AvroSchemaRegistry (which contain avroScheme.json content)
On the step converting avro to orc nifi throws exception (see
ConvertToOrcException.log)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)