Commits


Jarkko Jaakola authored and GitHub committed 012338f959c
AVRO-3680: [Python] allow to disable name validation (#1995) 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.