You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/28 20:13:25 UTC

[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

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

ASF GitHub Bot commented on AVRO-1816:
--------------------------------------

GitHub user premsantosh opened a pull request:

    https://github.com/apache/avro/pull/81

    Added decimal logical type support for python avro

    I have created an issue for this here: https://issues.apache.org/jira/browse/AVRO-1816

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/premsantosh/avro logical-decimal-type

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/81.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #81
    
----
commit 162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8
Author: Prem Santosh Udaya Shankar <px...@yelp.com>
Date:   2016-03-21T22:08:22Z

    Added decimal logical type support for python avro

----


> Add support for logical decimal type for python AVRO
> ----------------------------------------------------
>
>                 Key: AVRO-1816
>                 URL: https://issues.apache.org/jira/browse/AVRO-1816
>             Project: Avro
>          Issue Type: New Feature
>          Components: python
>    Affects Versions: 1.9.0
>            Reporter: Prem Santosh
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8] support for encoding and decoding logical decimal type for python avro.



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