Hi, I'm using the union format [ "null", "some-type"] and it fails. I have been meaning to get you test data but we have a product soft-launch in 2 weeks and I doubt we will have time until after that is done.
Regards, -Stefán On Wed, Apr 13, 2016 at 3:30 PM, Christian (JIRA) <[email protected]> wrote: > Christian created DRILL-4602: > -------------------------------- > > Summary: Avro files dont work if the union format is > ["some-type", "null"] > Key: DRILL-4602 > URL: https://issues.apache.org/jira/browse/DRILL-4602 > Project: Apache Drill > Issue Type: Bug > Components: Storage - Avro > Affects Versions: 1.6.0 > Reporter: Christian > Fix For: 1.7.0 > Attachments: 0001-Fixing-avro-union-types.patch > > An avro files generated by a different system (e.g. Spark) can have a > slightly different union format, that is not understood by drill. For > example ["some-type", "null"] will cause an error when [ "null", > "some-type"] still works. > > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
