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/29 00:16:27 UTC

[2/2] beam git commit: [BEAM-2005] Swap to use Lists within MatchResult instead of arrays.

[BEAM-2005] Swap to use Lists within MatchResult instead of arrays.

This closes #2772


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

Branch: refs/heads/master
Commit: b236104099a920b9eaad4b09304a94b11e358081
Parents: 29b8282 a83524c
Author: Luke Cwik <lc...@google.com>
Authored: Fri Apr 28 17:16:14 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Apr 28 17:16:14 2017 -0700

----------------------------------------------------------------------
 .../org/apache/beam/sdk/io/FileBasedSource.java |  6 +-
 .../org/apache/beam/sdk/io/FileSystems.java     | 11 ++--
 .../org/apache/beam/sdk/io/LocalFileSystem.java |  9 ++-
 .../org/apache/beam/sdk/io/fs/MatchResult.java  | 63 +++++++++-----------
 .../beam/sdk/util/NumberedShardedFile.java      |  5 +-
 .../apache/beam/sdk/io/LocalFileSystemTest.java |  3 +-
 .../beam/sdk/io/gcp/storage/GcsFileSystem.java  |  4 +-
 7 files changed, 45 insertions(+), 56 deletions(-)
----------------------------------------------------------------------