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've got a case that fails validating the default when reading an avro schema with ref types and it has a default: avro: invalid default for field X. <nil> not a <ref>
fails at isValidDefault from schema.go:1268 since Ref is not handled.
I've got a case that fails validating the default when reading an avro schema with ref types and it has a default:
avro: invalid default for field X. <nil> not a <ref>
fails at
isValidDefault
fromschema.go:1268
sinceRef
is not handled.Simple test to reproduce:
The text was updated successfully, but these errors were encountered: