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

Fokko Driesprong updated AVRO-1284:
-----------------------------------
    Fix Version/s:     (was: 1.9.0)
                   1.10.0

> Python: validation should be a method of Schema objects
> -------------------------------------------------------
>
>                 Key: AVRO-1284
>                 URL: https://issues.apache.org/jira/browse/AVRO-1284
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeremy Kahn
>            Assignee: Jeremy Kahn
>            Priority: Minor
>              Labels: patch
>             Fix For: 1.10.0
>
>         Attachments: validation-as-method-backwards-compatible.patch, 
> validation-as-method.patch
>
>
> In Python, validation of a datum by the schema was done in 
> {{avro.io.validate}} function.
> The {{avro.io.validate}} function is a complex, recursively-called switch 
> statement.
> Instead of calling a two-argument {{avro.io.validate}} with a Schema object 
> and a datum, it is easier to understand and extend if they are one-argument 
> methods on the schema.
> I (Jeremy) have written a patch that implements {{validate}} methods on 
> Schema objects. This patch will form the prerequisite for AVRO-1265 (see 
> "easier to extend" above).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to