You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 22:39:43 UTC

[GitHub] [beam] damccorm opened a new issue, #21317: TextIO.write .withWindowedWrites does not work on windows

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] TextIO.write .withWindowedWrites does not work on windows [beam]

Posted by "DwaipayanSom (via GitHub)" <gi...@apache.org>.
DwaipayanSom commented on issue #21317:
URL: https://github.com/apache/beam/issues/21317#issuecomment-1749658865

   .take-issue
   


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] TextIO.write .withWindowedWrites does not work on windows [beam]

Posted by "DwaipayanSom (via GitHub)" <gi...@apache.org>.
DwaipayanSom commented on issue #21317:
URL: https://github.com/apache/beam/issues/21317#issuecomment-1749659633

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] TextIO.write .withWindowedWrites does not work on windows [beam]

Posted by "bvolpato (via GitHub)" <gi...@apache.org>.
bvolpato commented on issue #21317:
URL: https://github.com/apache/beam/issues/21317#issuecomment-1816414538

   This is a tricky scenario -- I don't think we can simply change the format as it could be a breaking change for existing non-Windows users? 


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org