You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/09/24 23:26:16 UTC

[jira] Resolved: (AVRO-30) name lookup should consider namespace

     [ https://issues.apache.org/jira/browse/AVRO-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting resolved AVRO-30.
------------------------------

       Resolution: Duplicate
    Fix Version/s: 1.2.0

This has been incorporated into AVRO-120.

> 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.2.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.