You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "johannaojeling (via GitHub)" <gi...@apache.org> on 2023/04/09 12:42:10 UTC

[GitHub] [beam] johannaojeling opened a new issue, #26187: [Feature Request][Go SDK]: Add a LastModified method to filesystems

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

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


[GitHub] [beam] johannaojeling commented on issue #26187: [Feature Request][Go SDK]: Add a LastModified method to filesystems

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

   .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


[GitHub] [beam] lostluck closed issue #26187: [Feature Request][Go SDK]: Add a LastModified method to filesystems

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck closed issue #26187: [Feature Request][Go SDK]: Add a LastModified method to filesystems
URL: https://github.com/apache/beam/issues/26187


-- 
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