Jeno I. Hajdu created AVRO-1566:
-----------------------------------
Summary: Use field default value to fill in missing values when
serializing records
Key: AVRO-1566
URL: https://issues.apache.org/jira/browse/AVRO-1566
Project: Avro
Issue Type: Improvement
Components: python
Reporter: Jeno I. Hajdu
Priority: Minor
Field default values according to the spec are meant to fill in fields present
in the reader schema but missing from the writer schema during deserialization.
In addition to that default values could be used in the writer schema to fill
in missing values when serializing. This is already supported in the Java
implementation through record builders.
--
This message was sent by Atlassian JIRA
(v6.2#6252)