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 09E1F1892C for ; Wed, 29 Jul 2015 04:38:05 +0000 (UTC) Received: (qmail 67160 invoked by uid 500); 29 Jul 2015 04:38:04 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 67096 invoked by uid 500); 29 Jul 2015 04:38:04 -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 67084 invoked by uid 99); 29 Jul 2015 04:38:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2015 04:38:04 +0000 Date: Wed, 29 Jul 2015 04:38:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1702) Add LogicalType support to c++ library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645440#comment-14645440 ] ASF GitHub Bot commented on AVRO-1702: -------------------------------------- GitHub user zhutoulala opened a pull request: https://github.com/apache/avro/pull/46 AVRO-1702 Add LogicalType support to c++ library this change will add the logicalType support in the schema, what is next: 1. convert the real data type to logical type data 2. add more predefined logical types You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhutoulala/avro trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/avro/pull/46.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 #46 ---- commit c069f7997f17c4316f0593a49d8f7bc10d3d6d61 Author: LiuYanbo Date: 2015-07-11T20:25:38Z AVRO-1700 avro_BufferStreambuf_hh__ header guard warning commit 86875dae45d3db3a2f3f53a0d1ae62d0001caa37 Author: LiuYanbo Date: 2015-07-11T21:02:58Z AVRO-1701 warning: comparison between 'const enum testgen_r::ExampleEnum' and 'const enum testgen::ExampleEnum' commit a079e92c27c4939d981781f7e6868b2eee0f83dd Author: LiuYanbo Date: 2015-07-29T04:32:47Z AVRO-1702 Add LogicalType support to c++ library ---- > Add LogicalType support to c++ library > -------------------------------------- > > Key: AVRO-1702 > URL: https://issues.apache.org/jira/browse/AVRO-1702 > Project: Avro > Issue Type: New Feature > Components: c++ > Reporter: peter liu > Assignee: peter liu > > I'd like to port the logicaltype support to c++ library -- This message was sent by Atlassian JIRA (v6.3.4#6332)