[
https://issues.apache.org/jira/browse/BEAM-12040?focusedWorklogId=576369&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-576369
]
ASF GitHub Bot logged work on BEAM-12040:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/21 00:35
Start Date: 03/Apr/21 00:35
Worklog Time Spent: 10m
Work Description: nehsyc commented on pull request #14421:
URL: https://github.com/apache/beam/pull/14421#issuecomment-812765644
> R: @robertwb
Hey Robert, I wrote this PR based on the discussion we had about the
WriteFiles implementation. Could you kindly take a look and see if it makes
sense to you? Note that this is not a fully working version. In particular I
had an unresolved question above.
--
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: 576369)
Time Spent: 50m (was: 40m)
> WriteFiles withRunnerDeterminedShardingUnbounded doesn't work with session
> 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
> Priority: P2
> Time Spent: 50m
> 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)