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

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

    [ https://issues.apache.org/jira/browse/AVRO-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727337#action_12727337 ] 

Raymie Stata commented on AVRO-30:
----------------------------------

Back to namespaces: I agree that we should eliminate namespaces for schemas but keep them for protocols.

Implications:

* When comparing two schemas each from a different protocol, the namespaces of the containing protocols should be ignored.

* The Avro spec says that records exchanged during RPC handshake use a"namespace of "org.apache.avro.ipc".  This should be removed.


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