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

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

                Author: ASF GitHub Bot
            Created on: 18/Apr/22 21:28
            Start Date: 18/Apr/22 21:28
    Worklog Time Spent: 10m 
      Work Description: Abacn commented on code in PR #17380:
URL: https://github.com/apache/beam/pull/17380#discussion_r852427394


##########
sdks/python/apache_beam/io/gcp/gcsio.py:
##########
@@ -532,39 +510,83 @@ def last_updated(self, path):
 
     Returns: last updated time of the GCS object in second.
     """
+    return self._updated_to_seconds(self._gcs_object(path).updated)
+
+  def _vars(self, path):

Review Comment:
   maybe _status? I was trying not use _metadata because the return type is not 
FileMetaData





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

    Worklog Id:     (was: 758128)
    Time Spent: 1.5h  (was: 1h 20m)

> 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: 1.5h
>  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.1#820001)

Reply via email to