You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2019/05/15 16:36:29 UTC

[beam] 01/01: Merge pull request #8342: [BEAM-7103] Adding AvroCoderTranslator for cross-language data transfer

This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c52935f5563b8373c929182052ab64f08ee1f253
Merge: 0ad7f12 4d54a33
Author: Chamikara Jayalath <ch...@apache.org>
AuthorDate: Wed May 15 09:36:16 2019 -0700

    Merge pull request #8342: [BEAM-7103] Adding AvroCoderTranslator for cross-language data transfer

 .../core/construction/AvroCoderRegistrar.java      | 40 +++++++++
 .../core/construction/AvroCoderTranslator.java     | 44 ++++++++++
 .../core/construction/CoderTranslationTest.java    |  5 +-
 sdks/python/apache_beam/coders/avro_coder.py       | 99 ++++++++++++++++++++++
 sdks/python/apache_beam/coders/avro_coder_test.py  | 71 ++++++++++++++++
 5 files changed, 258 insertions(+), 1 deletion(-)