You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/05/09 18:15:33 UTC

[2/2] beam git commit: This closes #2991

This closes #2991


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

Branch: refs/heads/release-2.0.0
Commit: 15610e663cc346301172099c09d29698db65e93c
Parents: acb3f6a f4da53a
Author: Dan Halperin <dh...@google.com>
Authored: Tue May 9 11:15:28 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue May 9 11:15:28 2017 -0700

----------------------------------------------------------------------
 .../beam/runners/dataflow/DataflowRunner.java   |   2 +-
 .../DataflowPipelineTranslatorTest.java         |   2 +-
 .../beam/sdk/io/fs/NoopPathValidator.java       |  52 ---------
 .../apache/beam/sdk/io/fs/PathValidator.java    |  58 ----------
 .../apache/beam/sdk/util/NoopPathValidator.java |  51 ---------
 .../sdk/extensions/gcp/options/GcpOptions.java  |   2 +-
 .../sdk/extensions/gcp/options/GcsOptions.java  |   4 +-
 .../gcp/storage/GcsPathValidator.java           | 107 +++++++++++++++++++
 .../gcp/storage/NoopPathValidator.java          |  53 +++++++++
 .../extensions/gcp/storage/PathValidator.java   |  59 ++++++++++
 .../apache/beam/sdk/util/GcsPathValidator.java  | 107 -------------------
 .../apache/beam/sdk/util/NoopPathValidator.java |  51 +++++++++
 .../gcp/storage/GcsPathValidatorTest.java       | 107 +++++++++++++++++++
 .../beam/sdk/util/GcsPathValidatorTest.java     | 106 ------------------
 14 files changed, 382 insertions(+), 379 deletions(-)
----------------------------------------------------------------------