[
https://issues.apache.org/jira/browse/BEAM-12040?focusedWorklogId=598702&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-598702
]
ASF GitHub Bot logged work on BEAM-12040:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/21 17:11
Start Date: 18/May/21 17:11
Worklog Time Spent: 10m
Work Description: pabloem commented on pull request #14530:
URL: https://github.com/apache/beam/pull/14530#issuecomment-843370961
hi @nehsyc let me know if we should discuss the shuffle part
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 598702)
Time Spent: 5h 40m (was: 5.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: 5h 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)