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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to