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/01/24 00:40:20 UTC

[beam] branch master updated (d682042 -> 6663e60)

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 d682042  Merge pull request #4212 Remove legacy windowfn translation.
     add e8a725e  Pass PipelineOptions to FileSystem constructor.
     new 6663e60  Merge pull request #4465 from udim/filesystem-options

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:
 sdks/python/apache_beam/io/filesystem.py           |  6 ++
 sdks/python/apache_beam/io/filesystems.py          | 13 +++-
 .../apache_beam/io/gcp/gcsfilesystem_test.py       | 71 +++++++++-------------
 sdks/python/apache_beam/io/hadoopfilesystem.py     |  4 +-
 .../python/apache_beam/io/hadoopfilesystem_test.py |  4 +-
 sdks/python/apache_beam/io/localfilesystem_test.py |  4 +-
 sdks/python/apache_beam/pipeline.py                |  3 +
 7 files changed, 59 insertions(+), 46 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
chamikara@apache.org.

[beam] 01/01: Merge pull request #4465 from udim/filesystem-options

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 6663e6038ca4293ecb65627e30bca6e41556e6ff
Merge: d682042 e8a725e
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Tue Jan 23 16:40:14 2018 -0800

    Merge pull request #4465 from udim/filesystem-options
    
    [BEAM-3099] Pass PipelineOptions to FileSystem constructor.

 sdks/python/apache_beam/io/filesystem.py           |  6 ++
 sdks/python/apache_beam/io/filesystems.py          | 13 +++-
 .../apache_beam/io/gcp/gcsfilesystem_test.py       | 71 +++++++++-------------
 sdks/python/apache_beam/io/hadoopfilesystem.py     |  4 +-
 .../python/apache_beam/io/hadoopfilesystem_test.py |  4 +-
 sdks/python/apache_beam/io/localfilesystem_test.py |  4 +-
 sdks/python/apache_beam/pipeline.py                |  3 +
 7 files changed, 59 insertions(+), 46 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
chamikara@apache.org.