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

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

                Author: ASF GitHub Bot
            Created on: 07/Oct/21 13:58
            Start Date: 07/Oct/21 13:58
    Worklog Time Spent: 10m 
      Work Description: brachipa edited a comment on pull request #15510:
URL: https://github.com/apache/beam/pull/15510#issuecomment-937819865


   >  are you able to follow up with change #1?
   
   I will work on it and open a diff PR for it and link it to that PR thanks!
   
   


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


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

    Worklog Id:     (was: 661623)
    Time Spent: 2h 20m  (was: 2h 10m)

> FileSystems ReadableFileCoder should support Metadata#lastModifiedMillis()
> --------------------------------------------------------------------------
>
>                 Key: BEAM-12883
>                 URL: https://issues.apache.org/jira/browse/BEAM-12883
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Brachi Packter
>            Priority: P3
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Currently, there is a separated coder for Metadata which cares about 
> `Metadata#lastModifiedMillis()`.
> The issue is that the `ReadableFileCoder` always uses the default `Metadata` 
> coder.
> We need to create a similar coder for `ReadableFileCoder`: 
> ``ReadableFileCoderV2` which just use the corresponding `MetadataCoderV2`.
> Without doing so `lastModifiedMillis` will remain zero.
> There is also no way to create custom coder in our side since 
> `FileIO.ReadableFile` has no public method to initiate new instance of it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to