johannaojeling opened a new issue, #26187: URL: https://github.com/apache/beam/issues/26187
### What would you like to happen? Update filesystem implementations with a method for retrieving the timestamp of when a file was last modified, e.g.: ```go LastModified(ctx context.Context, filename string) (time.Time, error) ``` Either by introducing a new method to `filesystem.Interface` or by creating a separate interface similar to `Remover`/`Copier`/`Renamer` if the main one should remain as is. It is possible to implement for all four existing filesystems though. ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [X] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
