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

[jira] Created: (AVRO-195) Complex type support for write streams

Complex type support for write streams
--------------------------------------

                 Key: AVRO-195
                 URL: https://issues.apache.org/jira/browse/AVRO-195
             Project: Avro
          Issue Type: Improvement
          Components: c
            Reporter: Matt Massie
            Assignee: Matt Massie
             Fix For: 1.3.0
         Attachments: AVRO-195.patch

This patch:

* Ensures that proper write handlers are defined for all data types
* Moves the decorator module to a separate source file in the top-level 'datatypes' directory
* Renames avro_value_info to avro_value_module
* Removes internal types (AVRO_DECORATOR, AVRO_FIELD) from public API since they are private types
* Adds a new opaque avro_value type and removes all references to it in the private code

This patch is part of the prep work needed to start a public API and complete unit tests for the complex types.


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


[jira] Updated: (AVRO-195) Complex type support for write streams

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

Matt Massie updated AVRO-195:
-----------------------------

    Attachment: AVRO-195.patch

> Complex type support for write streams
> --------------------------------------
>
>                 Key: AVRO-195
>                 URL: https://issues.apache.org/jira/browse/AVRO-195
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.3.0
>
>         Attachments: AVRO-195.patch
>
>
> This patch:
> * Ensures that proper write handlers are defined for all data types
> * Moves the decorator module to a separate source file in the top-level 'datatypes' directory
> * Renames avro_value_info to avro_value_module
> * Removes internal types (AVRO_DECORATOR, AVRO_FIELD) from public API since they are private types
> * Adds a new opaque avro_value type and removes all references to it in the private code
> This patch is part of the prep work needed to start a public API and complete unit tests for the complex types.

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


[jira] Updated: (AVRO-195) Complex type support for write streams

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

Matt Massie updated AVRO-195:
-----------------------------

    Attachment: AVRO-195.patch

This patch updates 'version.sh' since AVRO-195 changes the public API.  I forgot to update it in my previous patch.

> Complex type support for write streams
> --------------------------------------
>
>                 Key: AVRO-195
>                 URL: https://issues.apache.org/jira/browse/AVRO-195
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.3.0
>
>         Attachments: AVRO-195.patch, AVRO-195.patch
>
>
> This patch:
> * Ensures that proper write handlers are defined for all data types
> * Moves the decorator module to a separate source file in the top-level 'datatypes' directory
> * Renames avro_value_info to avro_value_module
> * Removes internal types (AVRO_DECORATOR, AVRO_FIELD) from public API since they are private types
> * Adds a new opaque avro_value type and removes all references to it in the private code
> This patch is part of the prep work needed to start a public API and complete unit tests for the complex types.

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


[jira] Updated: (AVRO-195) Complex type support for write streams

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

Matt Massie updated AVRO-195:
-----------------------------

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

> Complex type support for write streams
> --------------------------------------
>
>                 Key: AVRO-195
>                 URL: https://issues.apache.org/jira/browse/AVRO-195
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.3.0
>
>         Attachments: AVRO-195.patch, AVRO-195.patch
>
>
> This patch:
> * Ensures that proper write handlers are defined for all data types
> * Moves the decorator module to a separate source file in the top-level 'datatypes' directory
> * Renames avro_value_info to avro_value_module
> * Removes internal types (AVRO_DECORATOR, AVRO_FIELD) from public API since they are private types
> * Adds a new opaque avro_value type and removes all references to it in the private code
> This patch is part of the prep work needed to start a public API and complete unit tests for the complex types.

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


[jira] Updated: (AVRO-195) Complex type support for write streams

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

Matt Massie updated AVRO-195:
-----------------------------

    Status: Patch Available  (was: Open)

> Complex type support for write streams
> --------------------------------------
>
>                 Key: AVRO-195
>                 URL: https://issues.apache.org/jira/browse/AVRO-195
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.3.0
>
>         Attachments: AVRO-195.patch
>
>
> This patch:
> * Ensures that proper write handlers are defined for all data types
> * Moves the decorator module to a separate source file in the top-level 'datatypes' directory
> * Renames avro_value_info to avro_value_module
> * Removes internal types (AVRO_DECORATOR, AVRO_FIELD) from public API since they are private types
> * Adds a new opaque avro_value type and removes all references to it in the private code
> This patch is part of the prep work needed to start a public API and complete unit tests for the complex types.

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