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


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