name lookup should consider namespace
-------------------------------------
Key: AVRO-30
URL: https://issues.apache.org/jira/browse/AVRO-30
Project: Avro
Issue Type: Bug
Components: java
Reporter: Doug Cutting
Fix For: 1.0
When a record schema is referred to by name, Avro will currently return any
known record definition with that name, regardless of its namespace. Instead,
unqualified references should refer to names in the current namespace, and
namespace-qualfied names should look for a record in the given namespace.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.