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

Reply via email to