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 think the avro specification changed around 1.10 to be more flexible in resolution.
It now reads:
both schemas are enums whose (unqualified) names match
both schemas are fixed whose sizes and (unqualified) names match
both schemas are records with the same (unqualified) name
I think the current name checks can be relaxed a little. I would also note that the java implementation doesn't appear to check names at all on deconflicting a top level record.
The text was updated successfully, but these errors were encountered:
I think the avro specification changed around 1.10 to be more flexible in resolution.
It now reads:
I think the current name checks can be relaxed a little. I would also note that the java implementation doesn't appear to check names at all on deconflicting a top level record.
The text was updated successfully, but these errors were encountered: