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

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

GitHub user rdblue opened a pull request:

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

    AVRO-1672: Add time logical types and conversions.

    This uses Joda classes to represent the new logical types:
    * date => LocalDate
    * time-millis => LocalTime
    * timestamp-millis => DateTime
    
    Joda is an optional dependency and will only be loaded if the
    conversions in org.apache.avro.data.TimeConversions are referenced. By
    default, no logical type conversions are enabled so there is no
    additional runtime dependency for existing applications.

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

    $ git pull https://github.com/rdblue/avro AVRO-1672-add-time-types

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

    https://github.com/apache/avro/pull/36.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 #36
    
----
commit 6a046d455bc521bd1da5a5f4ad64d4cb1a75a697
Author: Ryan Blue <b...@apache.org>
Date:   2015-05-28T22:46:44Z

    AVRO-1672: Add time logical types and conversions.
    
    This uses Joda classes to represent the new logical types:
    * date => LocalDate
    * time-millis => LocalTime
    * timestamp-millis => DateTime
    
    Joda is an optional dependency and will only be loaded if the
    conversions in org.apache.avro.data.TimeConversions are referenced. By
    default, no logical type conversions are enabled so there is no
    additional runtime dependency for existing applications.

----


> Add logical types and conversions for date, time, and timestamp.
> ----------------------------------------------------------------
>
>                 Key: AVRO-1672
>                 URL: https://issues.apache.org/jira/browse/AVRO-1672
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.7.7
>            Reporter: Ryan Blue
>            Assignee: Ryan Blue
>             Fix For: 1.7.8
>
>
> AVRO-739 added specs for date, time (ms), and timestamp (ms) logical types. 
> Now that AVRO-1497 has been committed, we should add those new logical types 
> and conversions for them.



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

Reply via email to