This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 087e511 [BEAM-3690] ban mockito-all and hamcrest-all
add 9e619a4 Improve FileBasedSink rename safety.
new ddd9748 Merge pull request #4648: [BEAM-3600] Improve FileBasedSink
rename safety
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:
.../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].