Commits


Michael A. Smith authored and GitHub committed d5e35e8afae
AVRO-2893: Isolate Errors to Simplify Import Graph (#933) * AVRO-2893: Isolate Errors to Simplify Import Graph If an exception is created in avro.schema and handled in avro.io, then another exception can't be created in avro.io and handled in avro.schema. Isolating the exceptions in their own module makes it easy to reuse code between the functional modules themselves.