Return-Path: Delivered-To: apmail-avro-user-archive@www.apache.org Received: (qmail 7183 invoked from network); 2 Oct 2010 13:48:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 13:48:36 -0000 Received: (qmail 28958 invoked by uid 500); 2 Oct 2010 13:48:36 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 28720 invoked by uid 500); 2 Oct 2010 13:48:34 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 28711 invoked by uid 99); 2 Oct 2010 13:48:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 13:48:33 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [129.217.128.51] (HELO unimail.uni-dortmund.de) (129.217.128.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 13:48:24 +0000 Received: from sl2.nightsky.lcl (dtmd-d9bd66c0.pool.mediaWays.net [217.189.102.192]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.4/8.14.4) with ESMTP id o92Dm2FT015245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 2 Oct 2010 15:48:03 +0200 (CEST) Date: Sat, 2 Oct 2010 15:48:01 +0200 From: Oliver Schulz To: user@avro.apache.org Cc: dln@eintr.org Subject: Re: C++ support for AVRO data files Message-ID: <20101002154801.2b9e6fad@sl2.nightsky.lcl> In-Reply-To: References: <20101002125352.18593cec@sl2.nightsky.lcl> Organization: TU Dortmund X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.3; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > > just a quick question: Is C++ support planned for > > reading and writing AVRO data files? > Avro already comes with a C++ API. It's not complete ASFAIK, but at > the very least you have schema handling, reader/writers and code > generation as well. Thanks, I know about the C++ API - but it doesn't seem to support the data file part of the Avro spec yet, from what I've seen. Since this would be very handy for my application I wanted to know if support for data files is planned for the C++ API. Cheers, Oliver