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

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

GitHub user rdblue opened a pull request:

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

    AVRO-1684: Add time types to the specific compiler.

    This adds a dependency on Joda time for both the compiler and the
    compiled classes. When generating Java classes, any conversion that is
    registered with the compiler's SpecificData instance will be used.
    
    This PR replaces #37, which was closed when the project moved to git.

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

    $ git pull https://github.com/rdblue/avro AVRO-1684-specific-logical-types

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

    https://github.com/apache/avro/pull/86.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 #86
    
----
commit ed176f5ac9491a1ee9c993dc1d2c09f1c762795b
Author: Ryan Blue <b...@apache.org>
Date:   2015-05-28T23:59:40Z

    AVRO-1684: Add time types to the specific compiler.
    
    This adds a dependency on Joda time for both the compiler and the
    compiled classes. When generating Java classes, any conversion that is
    registered with the compiler's SpecificData instance will be used.

----


> Add date, time, and timestamp to specific object model classes
> --------------------------------------------------------------
>
>                 Key: AVRO-1684
>                 URL: https://issues.apache.org/jira/browse/AVRO-1684
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>    Affects Versions: 1.7.7
>            Reporter: Ryan Blue
>            Assignee: Ryan Blue
>             Fix For: 1.7.8
>
>         Attachments: AVRO-1684.1.patch
>
>
> AVRO-1672 adds conversions for date, time, and timestamp. These should be 
> available to specific classes.



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

Reply via email to