agile-lab-dev / darwin

Avro Schema Evolution made easy
Apache License 2.0
34 stars 10 forks source link

Add exception on schema not found for single-object encoding utilities #38

Closed SpyQuel closed 5 years ago

SpyQuel commented 5 years ago

The schema (Option) retrieved from the connector while using the single-object encoding utils is accessed directly invoking the .get method instead of throwing a schema not found exception

SpyQuel commented 5 years ago

Exception thrown on schema not found. Also updated exception for invalid header.