You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/07/10 18:43:11 UTC

[beam] branch master updated (fda1216 -> 6e77bca)

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

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


    from fda1216  Merge pull request #12210 from y1chi/BEAM-10419
     add 6e77bca  [BEAM-10417] - Move Shared object from tfx_bsl (#12128)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                   |  17 ++
 sdks/python/apache_beam/utils/shared.py      | 285 +++++++++++++++++++++++++++
 sdks/python/apache_beam/utils/shared_test.py | 241 ++++++++++++++++++++++
 3 files changed, 543 insertions(+)
 create mode 100644 sdks/python/apache_beam/utils/shared.py
 create mode 100644 sdks/python/apache_beam/utils/shared_test.py