Michael A. Smith created AVRO-3272:
--------------------------------------
Summary: Validate defaults for Record Fields
Key: AVRO-3272
URL: https://issues.apache.org/jira/browse/AVRO-3272
Project: Apache Avro
Issue Type: Improvement
Components: python
Affects Versions: 1.11.0
Reporter: Michael A. Smith
AVRO-3229 points out that the Python implementation does not validate defaults
for EnumSchema. The fix for EnumSchema is relatively straightforward, but that
issue reminds us that Python also doesn't validate RecordSchema Fields. That
fix is complicated by the fact that the Avro validator is type-strict about the
difference between bytes and strings, but the default bytes field is a string.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)