You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Zezeng Wang (Jira)" <ji...@apache.org> on 2019/09/30 06:21:00 UTC

[jira] [Assigned] (AVRO-2551) Changed datum API to value API in examples\quickstop

     [ https://issues.apache.org/jira/browse/AVRO-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zezeng Wang reassigned AVRO-2551:
---------------------------------

    Assignee: Zezeng Wang

> Changed datum API to value API in examples\quickstop
> ----------------------------------------------------
>
>                 Key: AVRO-2551
>                 URL: https://issues.apache.org/jira/browse/AVRO-2551
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: c
>            Reporter: Zezeng Wang
>            Assignee: Zezeng Wang
>            Priority: Minor
>
> Starting with version 1.6.0, the Avro C library has a new API for handling Avro data. To help distinguish between the two APIs, we refer to the old one as the _legacy_ or _datum_ API, and the new one as the _value_ API.
> The legacy API is still present, but it’s deprecated — we shouldn’t use the {{avro_datum_t}} type or the {{avro_datum_*}} functions in new code.
> But the quickstop as an example for newcomers still used the legacy API.
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)