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 0892e23 Merge pull request #4128: [BEAM-3181][Nexmark][SQL] Implement
query0
add 88357a2 Supports a sink for XmlIO
add 4248226 Adds TFRecordIO.sink()
new 4fef942 Merge pull request #4294 from jkff/other-sinks
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:
.../java/org/apache/beam/sdk/io/TFRecordIO.java | 36 +++
.../org/apache/beam/sdk/io/TFRecordIOTest.java | 137 +++++-----
.../java/org/apache/beam/sdk/io/xml/XmlIO.java | 265 ++++++++++---------
.../java/org/apache/beam/sdk/io/xml/XmlSink.java | 156 ------------
.../java/org/apache/beam/sdk/io/xml/XmlIOTest.java | 270 ++++++++++++++++++++
.../org/apache/beam/sdk/io/xml/XmlSinkTest.java | 280 ---------------------
.../org/apache/beam/sdk/io/xml/XmlSourceTest.java | 87 +------
7 files changed, 526 insertions(+), 705 deletions(-)
delete mode 100644
sdks/java/io/xml/src/main/java/org/apache/beam/sdk/io/xml/XmlSink.java
create mode 100644
sdks/java/io/xml/src/test/java/org/apache/beam/sdk/io/xml/XmlIOTest.java
delete mode 100644
sdks/java/io/xml/src/test/java/org/apache/beam/sdk/io/xml/XmlSinkTest.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].