You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2018/03/06 19:58:21 UTC

[beam] branch master updated (087e511 -> ddd9748)

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
chamikara@apache.org.

[beam] 01/01: Merge pull request #4648: [BEAM-3600] Improve FileBasedSink rename safety

Posted by ch...@apache.org.
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 <ch...@google.com>
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
chamikara@apache.org.