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