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 2016/10/14 17:15:46 UTC

[2/2] incubator-beam git commit: Closes #1027

Closes #1027


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

Branch: refs/heads/master
Commit: b7b68e6fb1aafb6b4160e5dcea022bf6c802e33f
Parents: 49f9444 fa589ee
Author: Dan Halperin <dh...@google.com>
Authored: Fri Oct 14 10:15:36 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Oct 14 10:15:36 2016 -0700

----------------------------------------------------------------------
 .gitignore                                      |   5 +
 .../org/apache/beam/sdk/io/FileBasedSink.java   | 138 ++++++++++++++++++-
 .../java/org/apache/beam/sdk/io/TextIO.java     |  91 +++++++++---
 .../sdk/io/DrunkWritableByteChannelFactory.java |  80 +++++++++++
 .../apache/beam/sdk/io/FileBasedSinkTest.java   | 108 +++++++++++++++
 .../java/org/apache/beam/sdk/io/TextIOTest.java |  59 ++++++--
 6 files changed, 447 insertions(+), 34 deletions(-)
----------------------------------------------------------------------