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 3130e9c02f8 [BEAM-14494] Fix publish_docker_images.sh (#17756)
     add 59c7a119eb0 [BEAM-14426] Allow skipping of any output when writing an 
empty PCollection.
     add a2c26cd37d9 Add skip_if_empty attribute to base class to fix test.
     new 4cf268e64c7 Merge pull request #17568 [BEAM-14426] Allow skipping of 
any output when writing an empty PCollection.

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:
 .../main/java/org/apache/beam/sdk/io/TextIO.java   | 14 ++++++++
 .../java/org/apache/beam/sdk/io/WriteFiles.java    | 17 ++++++++++
 .../org/apache/beam/sdk/io/TextIOWriteTest.java    | 38 ++++++++++++++++++++--
 sdks/python/apache_beam/io/filebasedsink.py        |  4 ++-
 sdks/python/apache_beam/io/iobase.py               | 14 +++++---
 sdks/python/apache_beam/io/textio.py               | 14 +++++---
 sdks/python/apache_beam/io/textio_test.py          | 20 +++++++++++-
 7 files changed, 108 insertions(+), 13 deletions(-)

Reply via email to