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 <[email protected]> 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(-)
