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

   > As NameValidator is an interface, in fact, you can also put your own 
customize name validator. For AvroParquetWriter, it seems to take directly an 
Avro Schema, and as name validation is only called on Schema construction, it 
should be OK. I don't have example to give as [AvroParquetWriter is owned by 
parquet github 
project](https://github.com/apache/parquet-mr/blob/master/parquet-avro/src/main/java/org/apache/parquet/avro/AvroParquetWriter.java).
   
   Yes you are right, it takes a normal AvroSchema directly.
   We build that Schema from that SchemaBuilder (this repository^^)
   But how can i set in that Builder my own customize name validator or how can 
i disable it at all?


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