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/10 23:23:27 UTC

[jira] Created: (AVRO-190) use fixed size c++ types for avro fixed types

use fixed size c++ types for avro fixed types
---------------------------------------------

                 Key: AVRO-190
                 URL: https://issues.apache.org/jira/browse/AVRO-190
             Project: Avro
          Issue Type: Improvement
            Reporter: Scott Banachowski


Currently, the C++ apis convert avro fixed types to and from std::vector.  This switches the api calls to use fixed types (e.g. either boost::array<uint8_t, N> or C style arrays uint8_t (&)[N])



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


[jira] Updated: (AVRO-190) use fixed size c++ types for avro fixed types

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

Scott Banachowski updated AVRO-190:
-----------------------------------

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

Committed revision 835480.

> use fixed size c++ types for avro fixed types
> ---------------------------------------------
>
>                 Key: AVRO-190
>                 URL: https://issues.apache.org/jira/browse/AVRO-190
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-190.patch
>
>
> Currently, the C++ apis convert avro fixed types to and from std::vector.  This switches the api calls to use fixed types (e.g. either boost::array<uint8_t, N> or C style arrays uint8_t (&)[N])

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


[jira] Updated: (AVRO-190) use fixed size c++ types for avro fixed types

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

Scott Banachowski updated AVRO-190:
-----------------------------------

    Attachment: AVRO-190.patch

the patch also has a change to the code generator script that calls default constructors for all types

> use fixed size c++ types for avro fixed types
> ---------------------------------------------
>
>                 Key: AVRO-190
>                 URL: https://issues.apache.org/jira/browse/AVRO-190
>             Project: Avro
>          Issue Type: Improvement
>            Reporter: Scott Banachowski
>         Attachments: AVRO-190.patch
>
>
> Currently, the C++ apis convert avro fixed types to and from std::vector.  This switches the api calls to use fixed types (e.g. either boost::array<uint8_t, N> or C style arrays uint8_t (&)[N])

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


[jira] Updated: (AVRO-190) use fixed size c++ types for avro fixed types

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

Scott Banachowski updated AVRO-190:
-----------------------------------

    Status: Patch Available  (was: Open)

> use fixed size c++ types for avro fixed types
> ---------------------------------------------
>
>                 Key: AVRO-190
>                 URL: https://issues.apache.org/jira/browse/AVRO-190
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-190.patch
>
>
> Currently, the C++ apis convert avro fixed types to and from std::vector.  This switches the api calls to use fixed types (e.g. either boost::array<uint8_t, N> or C style arrays uint8_t (&)[N])

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


[jira] Updated: (AVRO-190) use fixed size c++ types for avro fixed types

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

Scott Banachowski updated AVRO-190:
-----------------------------------

    Component/s: c++

> use fixed size c++ types for avro fixed types
> ---------------------------------------------
>
>                 Key: AVRO-190
>                 URL: https://issues.apache.org/jira/browse/AVRO-190
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-190.patch
>
>
> Currently, the C++ apis convert avro fixed types to and from std::vector.  This switches the api calls to use fixed types (e.g. either boost::array<uint8_t, N> or C style arrays uint8_t (&)[N])

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