This is an automated email from the ASF dual-hosted git repository. chamikara pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit ddd9748fe950e0b274845567269c440ea7c7edeb Merge: 087e511 9e619a4 Author: Chamikara Jayalath <[email protected]> AuthorDate: Tue Mar 6 11:58:17 2018 -0800 Merge pull request #4648: [BEAM-3600] Improve FileBasedSink rename safety .../apache_beam/examples/snippets/snippets.py | 5 +- sdks/python/apache_beam/io/filebasedsink.py | 181 ++++++++++++--------- sdks/python/apache_beam/io/filebasedsink_test.py | 149 +++++++++++++---- sdks/python/apache_beam/io/filesystem.py | 22 +++ sdks/python/apache_beam/io/filesystems.py | 23 +++ sdks/python/apache_beam/io/gcp/gcsfilesystem.py | 17 ++ sdks/python/apache_beam/io/gcp/gcsio.py | 23 ++- sdks/python/apache_beam/io/gcp/gcsio_test.py | 23 ++- sdks/python/apache_beam/io/hadoopfilesystem.py | 22 ++- .../python/apache_beam/io/hadoopfilesystem_test.py | 21 +++ sdks/python/apache_beam/io/iobase.py | 60 +++++-- sdks/python/apache_beam/io/localfilesystem.py | 16 ++ sdks/python/apache_beam/io/localfilesystem_test.py | 10 ++ .../transforms/write_ptransform_test.py | 6 +- 14 files changed, 443 insertions(+), 135 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
