[
https://issues.apache.org/jira/browse/AVRO-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912717#action_12912717
]
Ron Bodkin commented on AVRO-671:
---------------------------------
That sounds fair to me. It does mean that there will be valid JSON documents
that can't be translated into Avro (since JSON will accept a lot of other
identifier characters). But I can see that it's better to perform the same kind
of mangling I proposed in the patch on translation into an Avro format.
> 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-r2.patch, AVRO-671-r3.patch, 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.