[
https://issues.apache.org/jira/browse/AVRO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17038501#comment-17038501
]
ASF subversion and git services commented on AVRO-2741:
-------------------------------------------------------
Commit 25ff10e4fd83dfb2fe9620147d93115f234185ef in avro's branch
refs/heads/branch-1.9 from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=25ff10e ]
AVRO-2741: Fix Protocol.fullname Crash (#813)
Backport to 1.9
> 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)