Michael A. Smith created AVRO-3817:
--
Summary: Schema missing reserved properties "aliases" and "default"
Key: AVRO-3817
URL: https://issues.apache.org/jira/browse/AVRO-3817
Project: Apache Avro
The spec says one of the steps to get parsing canonical form is
> [STRIP] Keep only attributes that are relevant to parsing data, which are:
> type, name, fields, symbols, items, values, size. Strip all others (e.g., doc
> and aliases).
and indeed, we strip the default from an EnumSchema. But i
kojiromike opened a new pull request, #2404:
URL: https://github.com/apache/avro/pull/2404
## What is the purpose of the change
Make aliases a reserved property of NamedSchema and Field.
## Verifying this change
This change is already covered by existing tests