[
https://issues.apache.org/jira/browse/AVRO-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207029#comment-13207029
]
Doug Cutting commented on AVRO-1022:
------------------------------------
> If names are restricted, then consuming schemas from other systems will be
> difficult.
Good point. The question is where the escaping burden lies: either with
adapter layers (e.g., in Pig or Hive) or in the code generation layer. I'd
argue that code generation layer already has to handle reserved words so that
adding character escaping is not a significant burden there. It's also safer
to not assume that other implementations have correctly escaped all names; to
be tolerant. Finally, escaping as late as possible maximizes legibility
through the system.
> Error in validate name
> ----------------------
>
> Key: AVRO-1022
> URL: https://issues.apache.org/jira/browse/AVRO-1022
> Project: Avro
> Issue Type: Bug
> Components: java
> Reporter: Raymie Stata
> Priority: Minor
> Attachments: AVRO-1022.patch, AVRO-1022.patch
>
>
> Fix schema.validateName to allow only ASCII letters, not Unicode letters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira