You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per Avro specification, logical types are optional for codecs to implement.
This library implements "basic" logical types, but they are hard coded into the library.
It would be nice to be able to make logical types extensible so that users of the library would be able to provide their own logical types.
Currently, Java and even .NET implementations allow "registering" new logical types.
We ought to be able to do it, too ;)
The text was updated successfully, but these errors were encountered:
As per Avro specification, logical types are optional for codecs to implement.
This library implements "basic" logical types, but they are hard coded into the library.
It would be nice to be able to make logical types extensible so that users of the library would be able to provide their own logical types.
Currently, Java and even .NET implementations allow "registering" new logical types.
We ought to be able to do it, too ;)
The text was updated successfully, but these errors were encountered: