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 2021/04/01 12:16:10 UTC

[avro] branch master updated (5b6e75c -> c9aee06)

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 5b6e75c  AVRO-3092: Update ubertool image to buster (#1155)
     add c9aee06  AVRO-3051: Modernized Avro data parser (#1168)

No new revisions were added by this update.

Summary of changes:
 lang/c++/impl/BinaryDecoder.cc            |  44 ++---
 lang/c++/impl/BinaryEncoder.cc            |  40 ++--
 lang/c++/impl/DataFile.cc                 |   8 +-
 lang/c++/impl/FileStream.cc               |  28 +--
 lang/c++/impl/Resolver.cc                 |  38 ++--
 lang/c++/impl/Stream.cc                   |  26 +--
 lang/c++/impl/parsing/JsonCodec.cc        | 194 +++++++++---------
 lang/c++/impl/parsing/ResolvingDecoder.cc | 150 +++++++-------
 lang/c++/impl/parsing/Symbol.cc           |   6 +-
 lang/c++/impl/parsing/Symbol.hh           | 319 +++++++++++++++---------------
 lang/c++/impl/parsing/ValidatingCodec.cc  | 179 +++++++++--------
 lang/c++/impl/parsing/ValidatingCodec.hh  |   5 -
 12 files changed, 509 insertions(+), 528 deletions(-)