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 0CB2E10622 for ; Tue, 7 May 2013 11:53:18 +0000 (UTC) Received: (qmail 85524 invoked by uid 500); 7 May 2013 11:53:17 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 85445 invoked by uid 500); 7 May 2013 11:53:17 -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 85037 invoked by uid 99); 7 May 2013 11:53:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 11:53:16 +0000 Date: Tue, 7 May 2013 11:53:16 +0000 (UTC) From: "Ben Walsh (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1324) Avro-C: namespace lookup and inherited namespaces 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-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Walsh updated AVRO-1324: ---------------------------- Priority: Minor (was: Major) > Avro-C: namespace lookup and inherited namespaces > ------------------------------------------------- > > Key: AVRO-1324 > URL: https://issues.apache.org/jira/browse/AVRO-1324 > Project: Avro > Issue Type: Improvement > Components: c > Reporter: Ben Walsh > Priority: Minor > Attachments: namespace.patch > > > It seems that the C version of Avro doesn't resolve fully-qualified type names, and it doesn't > understand inherited namespaces. > For example this doesn't work: > {"type": "record", "namespace": "x", "name": "Y", "fields": [ > {"name": "e", "type": {"type": "record", "name": "Z", "fields": [ > {"name": "f", "type": "x.Z"} > ]}} > ]} > It can't find the type "x.Z". > (this is similar to a Ruby problem https://issues.apache.org/jira/browse/AVRO-635). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira