[jira] [Created] (AVRO-3817) Schema missing reserved properties "aliases" and "default"

2023-07-29 Thread Michael A. Smith (Jira)
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

Enum default not in canonical form

2023-07-29 Thread Michael A. Smith
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

[GitHub] [avro] kojiromike opened a new pull request, #2404: AVRO-3817 Make Aliases a Property of Named and Field

2023-07-29 Thread via GitHub
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