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/12/21 19:45:30 UTC

[beam] branch master updated (941cb27 -> b196397)

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 941cb27  Merge pull request #7341 from melap/dependencies
     add e6e85ed  Reimplement GCS copies with rewrites.
     new b196397  Merge pull request #7050: [BEAM-5959] Reimplement GCS copies with rewrites.

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:
 .gitignore                                         |   1 +
 sdks/python/apache_beam/io/gcp/gcsio.py            | 128 +++++++++++---
 .../apache_beam/io/gcp/gcsio_integration_test.py   | 183 +++++++++++++++++++++
 sdks/python/apache_beam/io/gcp/gcsio_test.py       |  48 ++++--
 sdks/python/build.gradle                           |   2 +
 sdks/python/scripts/run_integration_test.sh        |  20 ++-
 6 files changed, 337 insertions(+), 45 deletions(-)
 create mode 100644 sdks/python/apache_beam/io/gcp/gcsio_integration_test.py


[beam] 01/01: Merge pull request #7050: [BEAM-5959] Reimplement GCS copies with rewrites.

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 b1963972769532874495f960a16ed48b852d29a4
Merge: 941cb27 e6e85ed
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Fri Dec 21 11:45:22 2018 -0800

    Merge pull request #7050: [BEAM-5959] Reimplement GCS copies with rewrites.

 .gitignore                                         |   1 +
 sdks/python/apache_beam/io/gcp/gcsio.py            | 128 +++++++++++---
 .../apache_beam/io/gcp/gcsio_integration_test.py   | 183 +++++++++++++++++++++
 sdks/python/apache_beam/io/gcp/gcsio_test.py       |  48 ++++--
 sdks/python/build.gradle                           |   2 +
 sdks/python/scripts/run_integration_test.sh        |  20 ++-
 6 files changed, 337 insertions(+), 45 deletions(-)