Martin Kleppmann created AVRO-1272:
--------------------------------------

             Summary: Ruby implementation does not handle namespaces correctly
                 Key: AVRO-1272
                 URL: https://issues.apache.org/jira/browse/AVRO-1272
             Project: Avro
          Issue Type: Bug
          Components: ruby
    Affects Versions: 1.7.4
            Reporter: Martin Kleppmann


The Ruby implementation of schema and protocol parsing violates the following 
statement in the Avro spec, with respect to name resolution: *"the namespace is 
taken from the most tightly enclosing schema or protocol"*. Currently, any 
nested named types without explicit namespace property are taken as being in 
the default namespace, not in the enclosing schema/protocol's namespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to