You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Banachowski (JIRA)" <ji...@apache.org> on 2009/11/17 19:54:39 UTC

[jira] Updated: (AVRO-205) APIs for checking schema resolution

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

Scott Banachowski updated AVRO-205:
-----------------------------------

    Attachment: AVRO-205.patch

To apply this patch, you might have to add a file manually:

use

touch src/c++/api/SchemaResolution.hh
patch -p0 < AVRO-205.patch
svn add  src/c++/api/SchemaResolution.hh





> APIs for checking schema resolution
> -----------------------------------
>
>                 Key: AVRO-205
>                 URL: https://issues.apache.org/jira/browse/AVRO-205
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-205.patch
>
>
> This provides an api to the schema objects to determine whether two schemas match (or if they are promotable).
> This is to precursor to the dynamic schema resolution code, which I have prototyped, and is coming soon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.