kennknowles opened a new issue, #19172: URL: https://github.com/apache/beam/issues/19172
`GCSFileSystem` implements a `rename()` with a `copy` and `delete` operation. However, GCS has an [Objects: rewrite](https://cloud.google.com/storage/docs/json_api/v1/objects/rewrite) which looks like it would be a metadata operation only and therefore has the potential to be much quicker. Once BEAM-5036 is fixed IOs that write files will make use of a `rename` operation. Imported from Jira [BEAM-5429](https://issues.apache.org/jira/browse/BEAM-5429). Original Jira may contain additional context. Reported by: timrobertson100. -- 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]
