You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by th...@apache.org on 2018/12/31 06:19:56 UTC

[avro] 01/01: Merge pull request #418 from thiru-apache/AVRO-1444

This is an automated email from the ASF dual-hosted git repository.

thiru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit d3dbf7122d3b8386ae72f46f0e966c8b69b8621a
Merge: 8f94f56 202748d
Author: Thiruvalluvan M G <th...@apache.org>
AuthorDate: Mon Dec 31 11:49:50 2018 +0530

    Merge pull request #418 from thiru-apache/AVRO-1444
    
    Fixed init problem in C++ JsonCodec

 lang/c++/api/Stream.hh             | 22 +++++++++++++--------
 lang/c++/impl/json/JsonIO.hh       |  6 ++++++
 lang/c++/impl/parsing/JsonCodec.cc |  1 +
 lang/c++/test/CodecTests.cc        | 39 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 8 deletions(-)