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 2021/04/20 18:57:00 UTC

[jira] [Work logged] (BEAM-12040) WriteFiles withRunnerDeterminedSharding for unbounded data doesn't work with merging windows

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

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

                Author: ASF GitHub Bot
            Created on: 20/Apr/21 18:56
            Start Date: 20/Apr/21 18:56
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on pull request #14530:
URL: https://github.com/apache/beam/pull/14530#issuecomment-823523453


   Run Java PreCommit
   
   


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

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


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

    Worklog Id:     (was: 586093)
    Time Spent: 4h 40m  (was: 4.5h)

> WriteFiles withRunnerDeterminedSharding for unbounded data doesn't work with merging windows
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-12040
>                 URL: https://issues.apache.org/jira/browse/BEAM-12040
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-files
>            Reporter: Siyuan Chen
>            Assignee: Siyuan Chen
>            Priority: P2
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> Currently the implementation of `withRunnerDeterminedShardingUnbounded` uses a stateful DoFn to achieve the grouping and batching of the input elements, which doesn't support session windows. One possible way is to add another GBK prior to the stateful DoFn to first get session windows merged and reify the window before invoking the sateful DoFn. 



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