[
https://issues.apache.org/jira/browse/BEAM-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Halperin updated BEAM-185:
---------------------------------
Fix Version/s: Not applicable
> XmlSink output file pattern missing "." in extension
> ----------------------------------------------------
>
> Key: BEAM-185
> URL: https://issues.apache.org/jira/browse/BEAM-185
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Scott Wegner
> Priority: Minor
> Fix For: Not applicable
>
>
> The XmlSink takes as input a filename prefix and adds the shard name and
> extension automatically. However, it is missing the "." when adding the
> extension.
> For an XmlSink configured as:
> {{XmlSink.write().toFilenamePrefix("foobar");}}
> the fileNamePattern is {{foobar-SSSSS-of-NNNNNxml}}. Instead, it should be
> {{foobar-SSSSS-of-NNNNN.xml}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)