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.

----


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

Reply via email to