You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Dustin Spicuzza (JIRA)" <ji...@apache.org> on 2014/09/23 21:25:34 UTC

[jira] [Updated] (AVRO-1545) python bindings for avro discard customized type information for primitive types

     [ https://issues.apache.org/jira/browse/AVRO-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dustin Spicuzza updated AVRO-1545:
----------------------------------
    Attachment:     (was: primitive.patch)

> python bindings for avro discard customized type information for primitive types
> --------------------------------------------------------------------------------
>
>                 Key: AVRO-1545
>                 URL: https://issues.apache.org/jira/browse/AVRO-1545
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>    Affects Versions: 1.7.6
>            Reporter: Dustin Spicuzza
>
> Given the following avsc file:
> {
>   "type" : "record",
>   "name" : "BrokenRecord",
>   "namespace" : "whatever",
>   "fields" : [ {
>     "name" : "a_string",
>     "type" : {
>       "type" : "string",
>       "avro.java.string" : "String"
>     }
>   } ]
> }
> The python schema parser discards the avro.java.string marker, which breaks interoperability with java. In schema.py, it discards the other property information and compresses the type down to just a 'string'.
> Patch attached against the 1.7.6 release. 



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