This is an automated email from the ASF dual-hosted git repository.
jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from cd186a5 Fix global match test in localfilesystem
add f7af9ae [BEAM-2865] Introduces FileIO.write() and adds support for it
in AvroIO and TextIO
add 173208c Addresses comments
new 6709419 Merge pull request #3817 from jkff/fileio-write
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/beam/sdk/io/AvroIO.java | 137 ++-
.../apache/beam/sdk/io/DefaultFilenamePolicy.java | 2 +-
.../java/org/apache/beam/sdk/io/FileBasedSink.java | 52 +-
.../main/java/org/apache/beam/sdk/io/FileIO.java | 997 ++++++++++++++++++++-
.../main/java/org/apache/beam/sdk/io/TextIO.java | 135 ++-
.../java/org/apache/beam/sdk/io/WriteFiles.java | 11 +-
.../apache/beam/sdk/transforms/Requirements.java | 10 +
.../beam/sdk/transforms/SerializableFunctions.java | 20 +-
.../java/org/apache/beam/sdk/io/AvroIOTest.java | 275 ++++--
.../org/apache/beam/sdk/io/TextIOWriteTest.java | 67 +-
.../beam/sdk/io/gcp/bigtable/BigtableIOTest.java | 2 +-
.../org/apache/beam/sdk/io/hbase/HBaseIOTest.java | 2 +-
12 files changed, 1556 insertions(+), 154 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].