dasch/avro_turf

AvroTurf::SchemaStore load_schemas! depends on file order

skukx opened this issue · 2 comments

skukx commented

Summary

When loading local schema files, we've notice that if the files are loaded in a certain order, the parsing will fail. This is demonstrated by an example repo which you can view and try at https://github.com/skukx/avroturf-bug-demo.

What is expected to Happen

The order in which files are loaded by the gem should not matter. This can be very difficult to debug and there may be room for improvement for how files are loaded and parsed.

Links

dasch commented

Could you try writing a PR to make the load order consistent?

Stale issue message