GitHub user jkff opened a pull request:
https://github.com/apache/beam/pull/3817
[BEAM-2865] Introduces FileIO.write() and uses it in AvroIO.
https://issues.apache.org/jira/browse/BEAM-2865
http://s.apache.org/fileio-write
This needs more docs / checkstyle / tests, but it already passes all tests
of AvroIO, both via AvroIO.write() and via new methods AvroIO.sink().
R: @robertwb
CC: @reuvenlax
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkff/incubator-beam fileio-write
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3817.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3817
----
commit 90ddc0d1171b3850d55e9ddbbee45abe48ba4086
Author: Eugene Kirpichov <[email protected]>
Date: 2017-09-06T05:11:34Z
Introduces PCollectionView.get()
commit c8f5aa336ae2b2ee1191a611bef2b0cf451c95f3
Author: Eugene Kirpichov <[email protected]>
Date: 2017-09-07T06:24:18Z
[BEAM-2865] Introduces FileIO.write() and uses it in AvroIO.
http://s.apache.org/fileio-write
----
---