You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by rdblue <gi...@git.apache.org> on 2015/07/06 20:02:05 UTC

[GitHub] avro pull request: AVRO-1692: Allow multiple logical types for a J...

GitHub user rdblue opened a pull request:

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

    AVRO-1692: Allow multiple logical types for a Java class.

    This changes the class to conversion lookup to store multiple
    conversions and choose based on the logical type name. This still
    assumes that only one conversion is registered for each logical type.

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

    $ git pull https://github.com/rdblue/avro AVRO-1692-logical-type-fix

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

    https://github.com/apache/avro/pull/39.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 #39
    
----
commit a0ed5925274a75654b0003150d3db69c33b13a0d
Author: Ryan Blue <bl...@apache.org>
Date:   2015-07-06T17:57:01Z

    AVRO-1692: Allow multiple logical types for a Java class.
    
    This changes the class to conversion lookup to store multiple
    conversions and choose based on the logical type name. This still
    assumes that only one conversion is registered for each logical type.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] avro pull request: AVRO-1692: Allow multiple logical types for a J...

Posted by rdblue <gi...@git.apache.org>.
Github user rdblue closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---