You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ron Bodkin (JIRA)" <ji...@apache.org> on 2010/09/19 03:32:33 UTC

[jira] Commented: (AVRO-671) SpecificCompiler generates invalid Java code for invalid identifiers

    [ https://issues.apache.org/jira/browse/AVRO-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911149#action_12911149 ] 

Ron Bodkin commented on AVRO-671:
---------------------------------

This patch has a bug - handling of periods is more tricky to allow for proper use of packages but not to generate field names etc. with periods in them. I'm working on a fix for that issue.


> SpecificCompiler generates invalid Java code for invalid identifiers
> --------------------------------------------------------------------
>
>                 Key: AVRO-671
>                 URL: https://issues.apache.org/jira/browse/AVRO-671
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Ron Bodkin
>         Attachments: AVRO-671.patch
>
>
> e.g., if you have a field named "a.b" it will attempt to generate Java code with a field named a.b.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.