[
https://issues.apache.org/jira/browse/AVRO-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386026#comment-14386026
]
ASF GitHub Bot commented on AVRO-1497:
--------------------------------------
GitHub user rdblue opened a pull request:
https://github.com/apache/avro/pull/29
AVRO-1497: Add Java logical type implementation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rdblue/avro AVRO-1497-logical-types
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/29.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 #29
----
commit ca1d2b1635b802a476c8834d609ccf6cfe8c3fe3
Author: Ryan Blue <[email protected]>
Date: 2015-03-28T23:09:26Z
AVRO-1497: Add LogicalTypes and read-side implementation.
commit 442a917947ba9ffeacc9709765fd2092f5f7a1a7
Author: Ryan Blue <[email protected]>
Date: 2015-03-29T06:16:10Z
AVRO-1497: Add logical type support to schema reflection.
commit ec8d6d47d1962f3b87cdc367e4bdc216f13e82d7
Author: Ryan Blue <[email protected]>
Date: 2015-03-29T07:07:24Z
AVRO-1497: Add logical type writes to generic and reflect.
commit e6e97616ff7093674f29f278eb8708c0d617fe8a
Author: Ryan Blue <[email protected]>
Date: 2015-03-29T23:25:45Z
AVRO-1497: Clean up Conversion and LogicalType classes.
This moves the implementations into Conversions and LogicalTypes.
commit 8fe954a0153c011634be3a651bfe5e7cf37a8839
Author: Ryan Blue <[email protected]>
Date: 2015-03-29T23:53:40Z
AVRO-1497: Add Conversion and LogicalType javadoc.
----
> Add LogicalType support to Java
> -------------------------------
>
> Key: AVRO-1497
> URL: https://issues.apache.org/jira/browse/AVRO-1497
> Project: Avro
> Issue Type: New Feature
> Components: java
> Reporter: Ryan Blue
> Assignee: Zoltan Farkas
> Fix For: 1.7.8
>
>
> AVRO-1402 updates the Avro spec to include logical types, which are stored as
> existing types but interpreted as others. The next step is to implement
> LogicalType (in Java) that provides tools to attach a logical type to a
> schema, read a logical type, and validate logical types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)