[
https://issues.apache.org/jira/browse/BEAM-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17231663#comment-17231663
]
Beam JIRA Bot commented on BEAM-3378:
-------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> Using ValueProvider<Long> with FixedWindows and Duration
> --------------------------------------------------------
>
> Key: BEAM-3378
> URL: https://issues.apache.org/jira/browse/BEAM-3378
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Affects Versions: 2.2.0
> Reporter: Shushu Inbar
> Assignee: Dominik Schöneweiß
> Priority: P3
> Labels: Clarified, stale-assigned
>
> Moving toward Apache Beam 2.x, I want to use templates as much as possible,
> and ValueProvider accordingly.
> In my logic, I am using a FixedWindow, but the duration is flexible, so I
> rather get it from a ValueProvider.
> The problem is that FixedWindows.of() only get Duration, and I failed to find
> a simple way to grab a ValueProvider and make a duration out of it.
> According to Eugene Kirpichov "Unfortunately this question has a simple
> answer: this is currently not supported"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)