Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Native support for conditional iteration #50

Closed
bjchambers opened this issue Jul 27, 2015 · 1 comment
Closed

Native support for conditional iteration #50

bjchambers opened this issue Jul 27, 2015 · 1 comment

Comments

@bjchambers
Copy link
Contributor

There are a variety of use cases which would benefit from native support for conditional iteration.

For instance, http://stackoverflow.com/questions/31654421/conditional-iterations-in-google-cloud-dataflow/31659923?noredirect=1#comment51264604_31659923 asks about being able to write a loop like the following:

PCollection data  = ...
while(needsMoreWork(data)) {
  data = doAStep(data)
}

If there are specific use cases please let us know the details. In the future we will use this issue to post progress updates.

@lukecwik
Copy link
Contributor

Migration of this request has been ported to BEAM: https://issues.apache.org/jira/browse/BEAM-106

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants