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/14 23:44:39 UTC

[jira] Created: (AVRO-197) Add mapping of name to index for records and enums

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.


[jira] Updated: (AVRO-197) Add mapping of name to index for records and enums

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (AVRO-197) Add mapping of name to index for records and enums

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)

> 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.


[jira] Updated: (AVRO-197) Add mapping of name to index for records and enums

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: AVRO-197.patch

> 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.