Michael A. Smith created AVRO-2741:
--------------------------------------

             Summary: avro.protocol.Protocol crashes when you try to get its 
fullname
                 Key: AVRO-2741
                 URL: https://issues.apache.org/jira/browse/AVRO-2741
             Project: Apache Avro
          Issue Type: Task
          Components: python
    Affects Versions: 1.9.2, 1.10.0
            Reporter: Michael A. Smith


{noformat}
>>> x=avro.protocol.Protocol('x')
>>> x.fullname
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/michael/dev/avro/lang/py/avro/protocol.py", line 119, in <lambda>
TypeError: __init__() takes exactly 4 arguments (3 given)
{noformat}

This happens because Protocol.fullname calls Schema.Name() without the required 
{{default_space}} argument.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to