[ https://issues.apache.org/jira/browse/AVRO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037542#comment-17037542 ]
Hudson commented on AVRO-2741: ------------------------------ SUCCESS: Integrated in Jenkins build AvroJava #826 (See [https://builds.apache.org/job/AvroJava/826/]) AVRO-2741: Fix Protocol.fullname Crash (#812) (github: [https://github.com/apache/avro/commit/a439bf96f922fb065aed4fa8eb9f0fc43223482b]) * (edit) lang/py/avro/protocol.py * (edit) lang/py/avro/test/test_protocol.py > 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)