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/10/02 15:55:37 UTC

[avro] branch master updated (b814cd0 -> 3efbd4c)

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 b814cd0  AVRO-2079: Add ability to generate Java8 native date/time classes (new) (#309)
     add 67204b8  fix tests under boost 1.67+
     add b41da12  implement java-style seek and sync for avro DataFileReader
     new 3efbd4c  Merge pull request #328 from wmatthews-google/avro-2214-support-seek

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/DataFile.hh       |  52 +++++++++-
 lang/c++/api/Stream.hh         |  35 ++++++-
 lang/c++/impl/DataFile.cc      |  78 ++++++++++++++-
 lang/c++/impl/FileStream.cc    |  28 ++++--
 lang/c++/test/CodecTests.cc    |  14 ++-
 lang/c++/test/DataFileTests.cc | 215 ++++++++++++++++++++++++++++++++++-------
 lang/c++/test/unittest.cc      |  26 +++--
 7 files changed, 380 insertions(+), 68 deletions(-)


[avro] 01/01: Merge pull request #328 from wmatthews-google/avro-2214-support-seek

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 3efbd4c1a5d81966ab5dd01b394c4b0a188bf871
Merge: b814cd0 b41da12
Author: Thiruvalluvan M G <th...@apache.org>
AuthorDate: Tue Oct 2 21:25:28 2018 +0530

    Merge pull request #328 from wmatthews-google/avro-2214-support-seek
    
    AVRO-2214 Support sync and seek in C++ DataFileReader

 lang/c++/api/DataFile.hh       |  52 +++++++++-
 lang/c++/api/Stream.hh         |  35 ++++++-
 lang/c++/impl/DataFile.cc      |  78 ++++++++++++++-
 lang/c++/impl/FileStream.cc    |  28 ++++--
 lang/c++/test/CodecTests.cc    |  14 ++-
 lang/c++/test/DataFileTests.cc | 215 ++++++++++++++++++++++++++++++++++-------
 lang/c++/test/unittest.cc      |  26 +++--
 7 files changed, 380 insertions(+), 68 deletions(-)