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 a11bd49 [AVRO-2229] Test using a Docker image (#336)
add 2cf3c99 Merge pull request #1 from apache/master
add 377bc58 AVRO-1335: Adds C++ support for default values in schema
serialization to json.
add f20b566 Merge with master.
add a9f286b Fixes Avro schema JSON serialization to escape default values
for strings. For example a default value string "Foo \"bar\"" would previously
fail to round trip: the schema serialization would produce "Foo "bar"", so
parsing would fail.
add 51a92fe AVRO-1335: Adds C++ support for default values in schema
serialization to json.
add e74ab07 Adds more test cases for fixed and byte types and fixes
non-null Union type
add 517e617 Fixes Avro schema JSON serialization to escape default values
for strings. For example a default value string "Foo \"bar\"" would previously
fail to round trip: the schema serialization would produce "Foo "bar"", so
parsing would fail.
add 8be63e3 Merge branch 'changes' of github.com:vimota/avro into changes
add 787be93 Resolve styling issues and add more robust escaping function.
new 089ee70 Merge pull request #241 from vimota/changes
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/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(-)