You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2021/07/02 13:26:00 UTC

[jira] [Updated] (AVRO-3144) SchemaBuilder: Support making validation of default values configurable

     [ https://issues.apache.org/jira/browse/AVRO-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Skraba updated AVRO-3144:
------------------------------
    Status: Patch Available  (was: Open)

> SchemaBuilder: Support making validation of default values configurable
> -----------------------------------------------------------------------
>
>                 Key: AVRO-3144
>                 URL: https://issues.apache.org/jira/browse/AVRO-3144
>             Project: Apache Avro
>          Issue Type: Improvement
>            Reporter: Andreas Hailu
>            Assignee: Andreas Hailu
>            Priority: Major
>
> The SchemaBuilder's createFields methods pass a value of 'true' to the validateDefault option within the Field constructor.
> While this is very useful to have, it results in not being able to seamlessly migrate from 1.8 to >= 1.9 as if an application/registry already has schemata with invalid defaults. 
> Given that Schema.Parser allows us to configure this, can we support the same idea within SchemaBuilder?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)