You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2017/05/11 21:29:37 UTC

[2/2] beam git commit: Closes #3089

Closes #3089


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0cc6dd72
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0cc6dd72
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0cc6dd72

Branch: refs/heads/master
Commit: 0cc6dd727c674d8724d362e261a7ca84a5ea6a57
Parents: 47cbabb b819629
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Thu May 11 14:25:42 2017 -0700
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Thu May 11 14:25:42 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/io/concat_source.py              | 4 +++-
 sdks/python/apache_beam/io/filebasedsource.py            | 2 ++
 sdks/python/apache_beam/io/fileio.py                     | 7 +++++++
 sdks/python/apache_beam/io/filesystem.py                 | 3 +++
 sdks/python/apache_beam/io/filesystems.py                | 2 ++
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py          | 2 ++
 sdks/python/apache_beam/io/gcp/gcsio.py                  | 3 +++
 sdks/python/apache_beam/io/gcp/pubsub.py                 | 2 ++
 sdks/python/apache_beam/io/gcp/tests/bigquery_matcher.py | 3 +++
 sdks/python/apache_beam/io/iobase.py                     | 2 ++
 sdks/python/apache_beam/io/localfilesystem.py            | 2 ++
 sdks/python/apache_beam/io/range_trackers.py             | 7 ++++++-
 sdks/python/apache_beam/io/source_test_utils.py          | 8 ++++++++
 13 files changed, 45 insertions(+), 2 deletions(-)
----------------------------------------------------------------------