You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Michael A. Smith (Jira)" <ji...@apache.org> on 2023/07/29 14:58:00 UTC

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

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
          Issue Type: Improvement
          Components: python
    Affects Versions: 1.11.2
            Reporter: Michael A. Smith


The python implementation of schema has `SCHEMA_RESERVED_PROPS` and `FIELD_RESERVED_PROPS`, but they don't account for "aliases" and "default", which are reserved properties of NamedSchema, and EnumSchema, respectively.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)