Theodore Siu created BEAM-6270:
----------------------------------
Summary: XmlIO documentation example should return Pcollection of
Record Class not String
Key: BEAM-6270
URL: https://issues.apache.org/jira/browse/BEAM-6270
Project: Beam
Issue Type: Bug
Components: io-java-files
Reporter: Theodore Siu
Assignee: Eugene Kirpichov
Currently the example listed for XmlIO.Read located at
[https://github.com/apache/beam/blob/master/sdks/java/io/xml/src/main/java/org/apache/beam/sdk/io/xml/XmlIO.java]
(line 88 and also at line 129) returns a PCollection of Strings instead of a
PCollection of the record class which is a Jaxb annotated class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)