Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/3057
Ok using your test.avro going into PutORC with an AvroReader that uses
embedded schema I can get the error you showed earlier.
I also tested ConvertRecord using the AvroReader and JsonWrtier and that
works and produces the following JSON:
```
[
{
"OItems": [{
"Od" : 99999,
"HS" : [47,119,61,61],
"AS" : [65,65,61,61],
"NS" : "0"
}]
}
]
```---
