Commits


Tianyu Lang authored and GitHub committed c81ea58c601
AVRO-2788: Default Proto repeated fields to empty arrays (#850) Currently Avro<->Proto schema conversion could break compatibility This PR fixes the issue by assigning empty arrays as default value For more details, see the Jira at https://issues.apache.org/jira/browse/AVRO-2788 Co-authored-by: Tianyu Lang <tianyu@squareup.com>