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

Scott Banachowski updated AVRO-197:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed revision 880888.

> Add mapping of name to index for records and enums
> --------------------------------------------------
>
>                 Key: AVRO-197
>                 URL: https://issues.apache.org/jira/browse/AVRO-197
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-197.patch
>
>
> This is an incremental feature that is needed for schema resolution.  Given a 
> name of a record or enum symbol, we must be able to know if it exists, and if 
> so, what is its ordinal in the schema.  This adds the API for it.  Also, with 
> this feature it checks for, and ensures that, all names or symbols are unique 
> in a record or enum.

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

Reply via email to