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:31 UTC

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

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(-)