wernerdaehn commented on pull request #973:
URL: https://github.com/apache/avro/pull/973#issuecomment-773465174


   Thanks @RyanSkraba, appreciate it. The important part to keep in mind is 
that using this interface is optional. It neither impacts existing Logical Data 
Types nor custom data types - I have these myself. And it does not change how 
you can use existing or custom conversions. It just has easier to use helper 
classes for the normal cases.
   Regarding the amount of code, actually most is just a repeat. If you scanned 
one data type class you know all. The only parts that will be interesting are 
the changes I made in the LogicalType.java and Schema.java. The first requires 
to change a few properties to PUBLIC and both include - unfortunately - methods 
that deal with individual logical types.
   Anyway, once you read the code you will find that it is all pretty straight 
forward.


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

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


Reply via email to