[
https://issues.apache.org/jira/browse/AVRO-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15788418#comment-15788418
]
ASF GitHub Bot commented on AVRO-1974:
--------------------------------------
GitHub user martinxsliu opened a pull request:
https://github.com/apache/avro/pull/179
AVRO-1974: Python3 support for logical types
Adds support for all logical types to the Python3 implementation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/martinxsliu/avro logical-types-for-python3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/179.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 #179
----
commit b201a427b250593c43ef4f0025f694840f7259e8
Author: Martin Liu <[email protected]>
Date: 2016-12-24T00:16:52Z
Python3: Add support for logical types
----
> Python3 support for logical types
> ---------------------------------
>
> Key: AVRO-1974
> URL: https://issues.apache.org/jira/browse/AVRO-1974
> Project: Avro
> Issue Type: New Feature
> Components: python
> Affects Versions: 1.8.1
> Environment: Python3
> Reporter: Martin Liu
>
> The Python 3 implementation of Avro lacks support for logical types.
> Some earlier work has been done on adding some logical types for Python 2
> (see: https://issues.apache.org/jira/browse/AVRO-1837 and
> https://issues.apache.org/jira/browse/AVRO-1816) but none are comprehensive
> or have been merged in. I have started on adding support for all logical
> types to the Python 3 implementation only, and will submit a Github PR soon.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)