sksamuel / avro4s

Avro schema generation and serialization / deserialization for Scala
Apache License 2.0
719 stars 237 forks source link

Fix records with `Option` fields with a default that isn't `None` #829

Closed mberndt123 closed 4 months ago

mberndt123 commented 5 months ago

I've added a test that should make it pretty self-explanatory what this PR does