jjaakola-aiven opened a new pull request, #1995:
URL: https://github.com/apache/avro/pull/1995

   ## Contribution Checklist
   
   
   ## What is the purpose of the change
   
   https://issues.apache.org/jira/browse/AVRO-3680
   
   For interoperability the Python parsing API allows disabling the name 
validation. It is possible to create schema with names having e.g. dashes from 
Java SDK. The Python name validation is stricter and follows the Avro 
specification.
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   * Moved existing tests for `Name` and `Names` to 
`/lang/py/avro/test/test_name.py`.
   * Added tests for invalid names when parsing with new `validate_names` flag 
set to false.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? **yes** 
   - If yes, how is the feature documented? **not documented**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to