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

Scott Carey commented on AVRO-1022:
-----------------------------------

I agree with the principle of 'generate strictly, accept liberally' with 
respect to schema names.  
Implementations should restrict names to simple ASCII characters that match the 
pattern in the spec in almost all cases.  Implementations should accept schemas 
as liberally as possible, up to any name that does not include a '.'.  Being 
able to pass through a schema from another system is a powerful use case.

Later we can add to the specification how to encode '.' in a name for pass 
through encoding use cases if it ever comes up. 

                
> 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, 
> unicode-recommendation.html
>
>
> 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

        

Reply via email to