You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/02 20:48:00 UTC

[jira] [Work logged] (BEAM-14314) Add last_updated field in filesystem.FileMetaData

     [ https://issues.apache.org/jira/browse/BEAM-14314?focusedWorklogId=765124&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765124 ]

ASF GitHub Bot logged work on BEAM-14314:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/May/22 20:47
            Start Date: 02/May/22 20:47
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on code in PR #17380:
URL: https://github.com/apache/beam/pull/17380#discussion_r863178072


##########
sdks/python/apache_beam/io/aws/s3io.py:
##########
@@ -464,6 +459,49 @@ def exists(self, path):
         # We re-raise all other exceptions
         raise
 
+  def _status(self, path):

Review Comment:
   I see this function is only used in unit tests, and it's private. What's the purpose for it?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 765124)
    Time Spent: 3h 40m  (was: 3.5h)

> Add last_updated field in filesystem.FileMetaData
> -------------------------------------------------
>
>                 Key: BEAM-14314
>                 URL: https://issues.apache.org/jira/browse/BEAM-14314
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-py-common
>            Reporter: Yi Hu
>            Assignee: Yi Hu
>            Priority: P2
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> This will be the python counterpart of BEAM-5910
> Per python naming convention, the field will be named as "last_updated_in_seconds".



--
This message was sent by Atlassian Jira
(v8.20.7#820007)