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/14 18:25:48 UTC

[avro] branch master updated (a11bd49 -> 089ee70)

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


[avro] 01/01: Merge pull request #241 from vimota/changes

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 089ee708b2b2deb0a3cb1f1c937288954c6a5700
Merge: a11bd49 787be93
Author: Thiruvalluvan M G <th...@apache.org>
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(-)