Hello all,

I read the documentation at [1] on iterations and had a question on whether
an assumption is safe to make.

As partial solutions are continuously looping through the step function,
when new elements are added as iteration inputs will the insertion order of
all of the elements be preserved?

Example:

Current partial solutions going through step function are: A, B, C.

At a later time we add (in order) elements D, E.

Will the iteration result always be A,B,C,D,E?

References:

[1] 
*https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/iterations.html
<https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/iterations.html>*

Reply via email to