avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
188 stars 36 forks source link

Implicit empty list/map default #193

Open Chuckame opened 2 months ago

Chuckame commented 2 months ago

Same as implicitNulls, when a map/list field don't have @AvroDefault and isn't nullable, then handle the field as empty list/map when value is missing