[
https://issues.apache.org/jira/browse/AVRO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael A. Smith resolved AVRO-2741.
------------------------------------
Fix Version/s: 1.9.3
1.10.0
Assignee: (was: Michael A. Smith)
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 1.10.0, 1.9.3
>
>
> {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)