josband opened a new issue, #22064: URL: https://github.com/apache/beam/issues/22064
### What happened? When re-running the pipeline and I write to the file that has already been created I get an error. I am running this pipeline directly and I am on a Windows machine. There should not be an issue with the code as I am using an example provided on the Beam website. `ERROR:apache_beam.io.filebasedsink:Exception in _rename_batch. src: C:\Users\Desktop\Beam Test\beam-temp-output.txt-210b1313f62111ec82bf842afd7030f5\8c60eb4b-6079-42ff-860f-d0e7830177f8.output.txt, dst: output.txt-00000-of-00001, err: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\jonah\\Desktop\\Pyramid\\Beam Test\\beam-temp-output.txt-210b1313f62111ec82bf842afd7030f5\\8c60eb4b-6079-42ff-860f-d0e7830177f8.output.txt' -> 'output.txt-00000-of-00001'` ### Issue Priority Priority: 1 ### Issue Component Component: runner-direct -- 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]
