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

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

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(-)