Commits


Oscar Westra van Holthe - Kind authored and GitHub committed 1aa963c44d1
AVRO-2867: Fix NullPointerException on record-valued defaults (#1412) If the IDL file defines the schema of a field after the field, record valued defaults cause a NullPointerException. This PR fixes that. The fix addresses two situations: 1. The field schema itself is a forward reference (tested by fixing the missing default value in `forward_ref.avpr`) 2. The field schema contains a forward reference (tested by the `echo` message in the updated `simple.avdl`)