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 using case classes as schema, however I'm also generating schema file to share it.
When my complex types are using nested complex types, those types are defined when they first occur. Even when they are reused in other complex types they are defined in the place when they are used for the first time.
My questions is it possible to make Avro4s to generate those complex types as top level types (not the nested one)?
The text was updated successfully, but these errors were encountered:
I'm using case classes as schema, however I'm also generating schema file to share it.
When my complex types are using nested complex types, those types are defined when they first occur. Even when they are reused in other complex types they are defined in the place when they are used for the first time.
My questions is it possible to make Avro4s to generate those complex types as top level types (not the nested one)?
The text was updated successfully, but these errors were encountered: