[
https://issues.apache.org/jira/browse/AVRO-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601835#comment-15601835
]
ASF GitHub Bot commented on AVRO-1938:
--------------------------------------
GitHub user forsberg opened a pull request:
https://github.com/apache/avro/pull/143
AVRO-1938: Py2 support for generating canonical form of schemas
Adds support for generating canonical form of schema in Python 2
implementation.
Notes:
* Adds dependency on simplejson, since built-in json module lacks support
for sorting keys when writing JSON dictionaries.
* Did not update nor remove lib/simplejson, which means tests don't pass
right now. Should the lib/simplejson directory be updated to the latest version
of simplejson, or should it be removed? Is it needed for anything except tests?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/forsberg/avro py_canonical_form
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/143.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 #143
----
commit c52bbd6b32f332f79d22d615baf07e8162c32830
Author: Erik Forsberg <[email protected]>
Date: 2016-10-24T12:10:36Z
AVRO-1938: Py2 support for generating canonical form of schemas
----
> Python (2) support for generating canonical forms of schema
> -----------------------------------------------------------
>
> Key: AVRO-1938
> URL: https://issues.apache.org/jira/browse/AVRO-1938
> Project: Avro
> Issue Type: Improvement
> Reporter: Erik Forsberg
>
> The python implementation(s) lack support for generating canonical forms of
> schema.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)