damccorm opened a new issue, #21317:
URL: https://github.com/apache/beam/issues/21317
This basic code fails on MS Windows
.apply(TextIO.write().to("anything")
.withWindowedWrites()
.withNumShards(1)
with
java.nio.file.InvalidPathException: Illegal char <:\> at index 16:
anything2021-12-31T23:00:00.000Z....
because the default FilenamePolicy uses a simple Instant format for Beam
Windows that includes ":" which are illegal in MS Windows paths
Imported from Jira
[BEAM-13720](https://issues.apache.org/jira/browse/BEAM-13720). Original Jira
may contain additional context.
Reported by: Gol.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]