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:55 UTC

[avro] branch master updated (8f94f56 -> d3dbf71)

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

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


    from 8f94f56  Merge pull request #417 from thiru-apache/AVRO-1190
     add 202748d  Fixed init problem in C++ JsonCodec
     new d3dbf71  Merge pull request #418 from thiru-apache/AVRO-1444

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by th...@apache.org.
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(-)