martin-g opened a new pull request, #444:
URL: https://github.com/apache/avro-rs/pull/444

   The `known_schemata` NamesRef is used to resolve schema references, i.e. if 
a schema ref is not referring to a schema that has been seen/defined earlier in 
the same schema definition (JSON) then we consult a collection of known 
(previously parsed) schemas.
   
   If a newly parsed schema is defined earlier then an 
AmbiguousSchemaDefinition error is returned. The same should be done when a 
newly parsed schema clashes with a schema with the very same name in 
`known_schemata`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to