This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit 4cf268e64c7847276251e7dcad3e1d58866c8234 Merge: 3130e9c02f8 a2c26cd37d9 Author: Robert Bradshaw <[email protected]> AuthorDate: Wed May 25 14:27:12 2022 -0700 Merge pull request #17568 [BEAM-14426] Allow skipping of any output when writing an empty PCollection. .../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(-)
