You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
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
The text was updated successfully, but these errors were encountered: