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
I'm not that familiar with Avro but I think I would do both. UUID seems very widely used so I think it would make sense to have it enabled by default. But I'm not sure if it can break something to have it.
Description
Currently, the "uuid" logical type in the .avsc schema is interpreted as a String, and there's no validation to check if this string is a valid UUID.
Implementation ideas
We can use an existing
org.apache.avro.Conversions.UUIDConversion
class and register it on the compiler.The text was updated successfully, but these errors were encountered: