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