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
Problem description
Union type Avro schemas can be used to express complex schemas where the type is supplied for the schema.
This is fine generally, but when we normalize, we should normalize it as the type specific schema as a nested structure.
Problem location
SchemaRegistryService
Suggestions for an improvement
Normalize the union into a top level schema for the type.
The text was updated successfully, but these errors were encountered:
Problem description
Union type Avro schemas can be used to express complex schemas where the type is supplied for the schema.
This is fine generally, but when we normalize, we should normalize it as the type specific schema as a nested structure.
Problem location
SchemaRegistryService
Suggestions for an improvement
Normalize the union into a top level schema for the type.
The text was updated successfully, but these errors were encountered: