You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:14:55 UTC

[GitHub] [beam] kennknowles opened a new issue, #18704: Using ValueProvider with FixedWindows and Duration

kennknowles opened a new issue, #18704:
URL: https://github.com/apache/beam/issues/18704

   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"
   
   Imported from Jira [BEAM-3378](https://issues.apache.org/jira/browse/BEAM-3378). Original Jira may contain additional context.
   Reported by: shushu.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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