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

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


    from 3786c4ac806 Merge pull request #32841 from apache/sharedmaven
     add 81a50f2331b Add various utility meta-transforms to Beam.
     add 71d97b6896a Add note about FlattenWith to the documentation.
     add efcf1bab3d3 Fix checkstyle rule.
     add acd52f9748f Apply suggestions from code review
     add 177c9ab2af4 Add example of FlattenWith accepting a root PTransform.
     add 7c6ee3ea179 Merge branch 'master' into tee
     add 621cdfbb928 Fix doc references.
     new 3b839d17858 Merge pull request #32445 Add various utility 
meta-transforms to Beam.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |  2 +
 .../org/apache/beam/sdk/transforms/Flatten.java    | 76 ++++++++++++++++++
 .../java/org/apache/beam/sdk/transforms/Tee.java   | 91 ++++++++++++++++++++++
 .../apache/beam/sdk/transforms/FlattenTest.java    | 27 +++++++
 .../org/apache/beam/sdk/transforms/TeeTest.java    | 84 ++++++++++++++++++++
 .../apache_beam/examples/snippets/snippets.py      | 54 +++++++++++++
 .../apache_beam/examples/snippets/snippets_test.py | 13 ++++
 sdks/python/apache_beam/transforms/core.py         | 28 +++++++
 .../apache_beam/transforms/ptransform_test.py      | 12 +++
 sdks/python/apache_beam/transforms/util.py         | 34 ++++++++
 sdks/python/apache_beam/transforms/util_test.py    | 29 +++++++
 sdks/python/scripts/generate_pydoc.sh              |  3 +
 .../content/en/documentation/programming-guide.md  | 38 ++++++++-
 13 files changed, 490 insertions(+), 1 deletion(-)
 create mode 100644 
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Tee.java
 create mode 100644 
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/TeeTest.java

Reply via email to