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 6A1C7106F6 for ; Tue, 10 Dec 2013 12:41:15 +0000 (UTC) Received: (qmail 73812 invoked by uid 500); 10 Dec 2013 12:41:14 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 72820 invoked by uid 500); 10 Dec 2013 12:41:09 -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 72314 invoked by uid 99); 10 Dec 2013 12:41:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 12:41:07 +0000 Date: Tue, 10 Dec 2013 12:41:07 +0000 (UTC) From: "Iaroslav Zeigerman (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1406) Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument 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-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Iaroslav Zeigerman updated AVRO-1406: ------------------------------------- Attachment: AVRO-1406.patch Renamed getName() to name() for GenericDatum > Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument > -------------------------------------------------------------------------------------------------------- > > Key: AVRO-1406 > URL: https://issues.apache.org/jira/browse/AVRO-1406 > Project: Avro > Issue Type: Bug > Components: c++ > Affects Versions: 1.7.5 > Reporter: Iaroslav Zeigerman > Labels: c++ > Fix For: 1.7.6 > > Attachments: AVRO-1406.patch, AVRO-1406.patch > > > In Java implementation there is GenericData.Record which can use field names to set and get data. There is nothing similar in C++ implementation. -- This message was sent by Atlassian JIRA (v6.1.4#6159)