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 089ee708b2b2deb0a3cb1f1c937288954c6a5700 Merge: a11bd49 787be93 Author: Thiruvalluvan M G <[email protected]> AuthorDate: Sun Oct 14 23:55:43 2018 +0530 Merge pull request #241 from vimota/changes AVRO-1335: Adds C++ support for default values in schema serializatio… lang/c++/api/Node.hh | 7 +- lang/c++/api/NodeImpl.hh | 89 +++++++---- lang/c++/impl/Compiler.cc | 2 +- lang/c++/impl/NodeImpl.cc | 333 ++++++++++++++++++++++++++++++++------- lang/c++/jsonschemas/bigrecord_r | 27 +++- lang/c++/test/AvrogencppTests.cc | 25 ++- lang/c++/test/CompilerTests.cc | 3 +- lang/c++/test/unittest.cc | 90 +++++------ 8 files changed, 437 insertions(+), 139 deletions(-)
