Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Schema.js to lookup shared schemas by fully qualified name
Shared lookup fails in the case that two Avro records have the same namespace and the referrer defines the referent's name without using a fully qualified name. This resolves the issue by using the referent's fully qualified name for the lookup.
- Loading branch information