You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/04/20 22:59:00 UTC

[beam] branch master updated (5a351bb5e93 -> 97f2bbda4c6)

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

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


    from 5a351bb5e93 Update Beam website to release 2.38.0 (#17378)
     add 97f2bbda4c6 [BEAM-14213] Add API and construction time validation for Batched DoFns (#17253)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/transforms/batch_dofn_test.py      | 133 ++++++++++++
 sdks/python/apache_beam/transforms/core.py         |  91 ++++++++
 sdks/python/apache_beam/typehints/batch.py         | 241 +++++++++++++++++++++
 sdks/python/apache_beam/typehints/batch_test.py    | 120 ++++++++++
 4 files changed, 585 insertions(+)
 create mode 100644 sdks/python/apache_beam/transforms/batch_dofn_test.py
 create mode 100644 sdks/python/apache_beam/typehints/batch.py
 create mode 100644 sdks/python/apache_beam/typehints/batch_test.py