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.