You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/10/09 09:48:48 UTC

[beam] branch master updated (3f705bb -> 67b4b20)

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

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


    from 3f705bb  [BEAM-6829] Use transform/pcollection name for metric namespace if none provided (#8585)
     add 3d700af  Add a standard boolean coder
     add 85af506  Reject values outside of 0, 1
     add b736bad  Add BooleanCoder to standard coders in python registry
     add 67b4b20  Merge pull request #9735: [BEAM-8355] Add a standard boolean coder

No new revisions were added by this update.

Summary of changes:
 .../beam/model/fnexecution/v1/standard_coders.yaml | 28 ++++++++++++++++++
 .../pipeline/src/main/proto/beam_runner_api.proto  |  3 ++
 .../core/construction/ModelCoderRegistrar.java     |  3 ++
 .../runners/core/construction/ModelCoders.java     |  2 ++
 .../core/construction/CoderTranslationTest.java    |  2 ++
 .../runners/core/construction/CommonCoderTest.java |  8 ++++++
 .../org/apache/beam/sdk/coders/BooleanCoder.java   |  8 +++++-
 sdks/python/apache_beam/coders/coder_impl.pxd      |  4 +++
 sdks/python/apache_beam/coders/coder_impl.py       | 32 +++++++++++++++++++++
 sdks/python/apache_beam/coders/coders.py           | 33 ++++++++++++++++++----
 .../apache_beam/coders/coders_test_common.py       | 12 +++++---
 .../apache_beam/coders/standard_coders_test.py     |  1 +
 sdks/python/apache_beam/coders/typecoders.py       |  1 +
 sdks/python/apache_beam/coders/typecoders_test.py  | 10 +++++++
 14 files changed, 137 insertions(+), 10 deletions(-)