Avro introduced a change here https://issues.apache.org/jira/browse/AVRO-2278 that changes the way get works. This breaks backwards compattible schema evolution. Previously if you tried to get an optional field that did not exist on the schema, you just got null. Now it throws an exception
Avro introduced a change here https://issues.apache.org/jira/browse/AVRO-2278 that changes the way get works. This breaks backwards compattible schema evolution. Previously if you tried to get an optional field that did not exist on the schema, you just got null. Now it throws an exception