You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2017/04/20 21:23:24 UTC

[2/2] beam git commit: [BEAM-1871] Move over GcsPath to gcp-core

[BEAM-1871] Move over GcsPath to gcp-core

This closes #2616


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

Branch: refs/heads/master
Commit: 33078d20c45780fd276a03cfeb809292ff29aed9
Parents: 36a12d0 1a3f350
Author: Luke Cwik <lc...@google.com>
Authored: Thu Apr 20 14:23:08 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Apr 20 14:23:08 2017 -0700

----------------------------------------------------------------------
 sdks/java/core/pom.xml                          |   5 -
 .../org/apache/beam/sdk/util/gcsfs/GcsPath.java | 626 -------------------
 .../beam/sdk/util/gcsfs/package-info.java       |  20 -
 .../org/apache/beam/SdkCoreApiSurfaceTest.java  |   1 -
 .../apache/beam/sdk/util/gcsfs/GcsPathTest.java | 358 -----------
 sdks/java/extensions/gcp-core/pom.xml           |   5 -
 .../org/apache/beam/sdk/util/gcsfs/GcsPath.java | 626 +++++++++++++++++++
 .../beam/sdk/util/gcsfs/package-info.java       |  20 +
 .../apache/beam/sdk/util/gcsfs/GcsPathTest.java | 358 +++++++++++
 9 files changed, 1004 insertions(+), 1015 deletions(-)
----------------------------------------------------------------------