[ 
https://issues.apache.org/jira/browse/AVRO-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135931#comment-15135931
 ] 

ASF subversion and git services commented on AVRO-1793:
-------------------------------------------------------

Commit a50068f11e121bf87fa8bc24639af0fc62064633 in avro's branch 
refs/heads/master from [~mtth]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=a50068f ]

AVRO-1793. Python2: Retain original exception on schema parsing failure.

Contributed by Jakob Homan (jghoman).

Previously, when a parse call failed the original exception was
swallowed and replaced by a generic SchemaParseException. The original
stack trace is not retained along with the actual exception message.


> Python2: Retain stack trace and original exception when failing to parse 
> schema
> -------------------------------------------------------------------------------
>
>                 Key: AVRO-1793
>                 URL: https://issues.apache.org/jira/browse/AVRO-1793
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 1.8.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>         Attachments: AVRO-1793-2.patch, AVRO-1793.patch
>
>
> Currently when a parse call fails the original exception is swallowed and 
> replaced by a generic SchemaParseException.  We should keep the original 
> stack trace and include the actual exception message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to