Python protocol parsing failing on maps with record value types defined within 
protocol
---------------------------------------------------------------------------------------

                 Key: AVRO-694
                 URL: https://issues.apache.org/jira/browse/AVRO-694
             Project: Avro
          Issue Type: Bug
          Components: python
    Affects Versions: 1.4.1
         Environment: Avro Python library
            Reporter: Richard Ahrens
         Attachments: API.avpr

The attached protocol defines a record named Symbol, and another record called 
MultiSymbol which includes a field of type map with value type Symbol.  Parsing 
this protocol from python generates an exception when parsing, although it 
parses fine from Java.  The protocol parses successfully in python if the map 
value is changed to a primitive such as string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to