Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 624E2200BB1 for ; Thu, 3 Nov 2016 20:54:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 60EF9160B0B; Thu, 3 Nov 2016 19:54:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9D89E160AE5 for ; Thu, 3 Nov 2016 20:54:01 +0100 (CET) Received: (qmail 91752 invoked by uid 500); 3 Nov 2016 19:54:00 -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 91715 invoked by uid 99); 3 Nov 2016 19:54:00 -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; Thu, 03 Nov 2016 19:54:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 572E8E04EE; Thu, 3 Nov 2016 19:54:00 +0000 (UTC) From: JPricey To: dev@avro.apache.org Reply-To: dev@avro.apache.org Message-ID: Subject: [GitHub] avro pull request #151: Add date and datetime logical support Content-Type: text/plain Date: Thu, 3 Nov 2016 19:54:00 +0000 (UTC) archived-at: Thu, 03 Nov 2016 19:54:02 -0000 GitHub user JPricey opened a pull request: https://github.com/apache/avro/pull/151 Add date and datetime logical support You can merge this pull request into a Git repository by running: $ git pull https://github.com/opendoor-labs/avro abrarsheikh Alternatively you can review and apply these changes as the patch at: https://github.com/apache/avro/pull/151.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 #151 ---- commit d591d46548a9f57685ee423e78ed0d7071c140d6 Author: abrar sheikh Date: 2016-04-29T00:04:22Z date logical type commit 01686e90cb70d4fb2308f179b1fc299c4dbf35df Author: abrar sheikh Date: 2016-04-29T01:22:20Z time-millis logical type commit 9407b60e03002e3e04ac31a81d54821377e051e3 Author: abrar sheikh Date: 2016-04-29T05:36:00Z timestamp, time logical type support ---- --- 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. ---