You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2021/12/21 08:49:46 UTC

[beam] 01/01: [BEAM-13388] [BEAM-13052] Cherry-pick ProtoCoder implementation onto 2.35.0 release branch. #16301

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

tvalentyn pushed a commit to branch release-2.35.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit af056629de1f92bf9a3ca4349c5ba6436a932b5a
Merge: a45d570 282a673
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Dec 21 00:48:33 2021 -0800

    [BEAM-13388] [BEAM-13052] Cherry-pick ProtoCoder implementation onto 2.35.0 release branch. #16301

 sdks/python/apache_beam/coders/coder_impl.py       | 14 ++++++++
 sdks/python/apache_beam/coders/coders.py           | 40 ++++++++++++++++++++-
 sdks/python/apache_beam/coders/coders_test.py      | 41 ++++++++++++++++++++++
 .../apache_beam/coders/coders_test_common.py       |  4 ++-
 sdks/python/apache_beam/coders/typecoders.py       |  4 ++-
 sdks/python/setup.py                               |  1 +
 6 files changed, 101 insertions(+), 3 deletions(-)