Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 5103 invoked from network); 20 Nov 2009 05:34:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 05:34:06 -0000 Received: (qmail 34429 invoked by uid 500); 20 Nov 2009 05:34:06 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 34326 invoked by uid 500); 20 Nov 2009 05:34:05 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 34311 invoked by uid 99); 20 Nov 2009 05:34:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 05:34:04 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 05:34:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D7A05234C045 for ; Thu, 19 Nov 2009 21:33:41 -0800 (PST) Message-ID: <302566930.1258695221878.JavaMail.jira@brutus> Date: Fri, 20 Nov 2009 05:33:41 +0000 (UTC) From: "Doug Cutting (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Created: (AVRO-225) specific should use dollar ($) not underscore (_) to avoid name conflicts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 specific should use dollar ($) not underscore (_) to avoid name conflicts ------------------------------------------------------------------------- Key: AVRO-225 URL: https://issues.apache.org/jira/browse/AVRO-225 Project: Avro Issue Type: Bug Components: java Reporter: Doug Cutting Fix For: 1.3.0 The specific compiler currently uses underscores in generated code to avoid conflicts with user identifiers. But underscore is permitted in user identifiers. Instead dollar-sign should be used to avoid such conflicts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.