[
https://issues.apache.org/jira/browse/AVRO-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113160#comment-17113160
]
Hudson commented on AVRO-2551:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #879 (See
[https://builds.apache.org/job/AvroJava/879/])
AVRO-2551:Changed datum API to value API in examples\quickstop (dan:
[https://github.com/apache/avro/commit/88538e9f1d6be236ce69ea2e0bdd6eed352c503e])
* (edit) lang/c/examples/quickstop.c
> 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
> Fix For: 1.10.0
>
>
> 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)