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/07 14:16:03 UTC

[avro] 01/01: Merge pull request #424 from thiru-apache/AVRO-1520

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 a7e72b5b581605d70919b8d244414b879533bd8f
Merge: efd6274 dd31b7e
Author: Thiruvalluvan M G <th...@apache.org>
AuthorDate: Mon Jan 7 19:45:56 2019 +0530

    Merge pull request #424 from thiru-apache/AVRO-1520
    
    New tests to catch skip problems with deflate compressor and the fix.

 lang/c++/api/AvroSerialize.hh  |   2 +-
 lang/c++/api/Encoder.hh        |   4 +-
 lang/c++/api/Reader.hh         |   2 +-
 lang/c++/api/Specific.hh       |   4 +-
 lang/c++/api/Stream.hh         |  14 ++++
 lang/c++/impl/BinaryDecoder.cc |   7 +-
 lang/c++/impl/Compiler.cc      |   4 +-
 lang/c++/impl/DataFile.cc      |  15 +++--
 lang/c++/impl/FileStream.cc    |  39 +++++++++--
 lang/c++/impl/json/JsonIO.hh   |   6 +-
 lang/c++/test/DataFileTests.cc | 143 +++++++++++++++++++++++++++++++++++++++++
 11 files changed, 213 insertions(+), 27 deletions(-)