clesaec commented on PR #2053:
URL: https://github.com/apache/avro/pull/2053#issuecomment-1449529672

   Indeed, I had not taken into account SchemaBuilder (only Schema parser).
   So, i know put a public setter on static threadlocal Schema NameValidator; 
so, you can use `Schema.setNameValidator(Schema.NameValidator.NO_VALIDATION);`
   (_May be a better solution would have to add a method 
"SchemaBuilder.builder(NameValidator v)" and then use it, but it would also 
imply a lot of change (in class Name, ...) for only one PR_)


-- 
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