[
https://issues.apache.org/jira/browse/AVRO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael A. Smith reassigned AVRO-2741:
--------------------------------------
Assignee: Michael A. Smith
> 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: Bug
> Components: python
> Affects Versions: 1.10.0, 1.9.2
> Reporter: Michael A. Smith
> Assignee: Michael A. Smith
> Priority: Major
>
> {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)