Open loicmathieu opened 9 years ago
Hmm. Looks complicated but I don't see anything we had actively decided not to support for this version. Can you post a sample file that's failing?
Hi,
Thanks to looking at this. I give a schema example in the issue. I'll attach an example AVRO file : commande2015-09-25 112458_9.avro.txt
We choose avro file format because it allow for complexe data structure (hierarchical one) so allow to have one record in one file for an order instead of 15 records split in 5 files ...
Regards,
Loïc
Hello,
I successfully read an avro file from this exemple : https://github.com/miguno/avro-cli-examples/blob/master/twitter.avro but when I try with my schema, a more complex one, ravro gives the following error :
Here is the schema that I use to create my avro file