Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7977410B20 for ; Sun, 29 Mar 2015 23:55:42 +0000 (UTC) Received: (qmail 92755 invoked by uid 500); 29 Mar 2015 23:55:42 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 92687 invoked by uid 500); 29 Mar 2015 23:55:42 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 92676 invoked by uid 99); 29 Mar 2015 23:55:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Mar 2015 23:55:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88069E0D64; Sun, 29 Mar 2015 23:55:41 +0000 (UTC) From: rdblue To: dev@avro.apache.org Reply-To: dev@avro.apache.org Message-ID: Subject: [GitHub] avro pull request: AVRO-1497: Add Java logical type implementation Content-Type: text/plain Date: Sun, 29 Mar 2015 23:55:41 +0000 (UTC) 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 Date: 2015-03-28T23:09:26Z AVRO-1497: Add LogicalTypes and read-side implementation. commit 442a917947ba9ffeacc9709765fd2092f5f7a1a7 Author: Ryan Blue Date: 2015-03-29T06:16:10Z AVRO-1497: Add logical type support to schema reflection. commit ec8d6d47d1962f3b87cdc367e4bdc216f13e82d7 Author: Ryan Blue Date: 2015-03-29T07:07:24Z AVRO-1497: Add logical type writes to generic and reflect. commit e6e97616ff7093674f29f278eb8708c0d617fe8a Author: Ryan Blue 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 Date: 2015-03-29T23:53:40Z AVRO-1497: Add Conversion and LogicalType javadoc. ---- --- 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. ---