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 2019/01/03 02:11:30 UTC

[avro] branch master updated (a296ebc -> e61751e)

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 a296ebc  Merge pull request #420 from thiru-apache/AVRO-1416
     add 0917c49  Added a method in decoder and related classes to drain residue bytes and return unused bytes to underlying stream
     new e61751e  Merge pull request #419 from thiru-apache/AVRO-1176

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/Decoder.hh                   |  17 ++++
 lang/c++/api/Generic.hh                   |   8 ++
 lang/c++/api/Stream.hh                    |  12 +++
 lang/c++/impl/BinaryDecoder.cc            |   6 ++
 lang/c++/impl/json/JsonIO.hh              |   8 ++
 lang/c++/impl/parsing/JsonCodec.cc        |   8 ++
 lang/c++/impl/parsing/ResolvingDecoder.cc |   4 +
 lang/c++/impl/parsing/Symbol.hh           |  22 ++---
 lang/c++/impl/parsing/ValidatingCodec.cc  |   3 +
 lang/c++/test/CodecTests.cc               | 132 +++++++++++++++++++-----------
 10 files changed, 162 insertions(+), 58 deletions(-)


[avro] 01/01: Merge pull request #419 from thiru-apache/AVRO-1176

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 e61751efd9f72cc299fce55c16e1d15e2ee1addc
Merge: a296ebc 0917c49
Author: Thiruvalluvan M G <th...@apache.org>
AuthorDate: Thu Jan 3 07:41:25 2019 +0530

    Merge pull request #419 from thiru-apache/AVRO-1176
    
    Added a method in decoder and related classes to drain residue bytes …

 lang/c++/api/Decoder.hh                   |  17 ++++
 lang/c++/api/Generic.hh                   |   8 ++
 lang/c++/api/Stream.hh                    |  12 +++
 lang/c++/impl/BinaryDecoder.cc            |   6 ++
 lang/c++/impl/json/JsonIO.hh              |   8 ++
 lang/c++/impl/parsing/JsonCodec.cc        |   8 ++
 lang/c++/impl/parsing/ResolvingDecoder.cc |   4 +
 lang/c++/impl/parsing/Symbol.hh           |  22 ++---
 lang/c++/impl/parsing/ValidatingCodec.cc  |   3 +
 lang/c++/test/CodecTests.cc               | 132 +++++++++++++++++++-----------
 10 files changed, 162 insertions(+), 58 deletions(-)