This is an automated email from the ASF dual-hosted git repository.
gaoyunhaii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git.
from a368ebb [FLINK-24722][iteration] Fix the issues in supporting keyed
stream inside the iteration body
add 28372c3 [hotfix][iteration] Fixes the wrong type for criteria merger
add a0331de [FLINK-24729][iteration] Support iteration with mixed
operator life-cycle
No new revisions were added by this update.
Summary of changes:
.../org/apache/flink/iteration/IterationBody.java | 29 ++-
.../org/apache/flink/iteration/Iterations.java | 4 +-
.../flink/iteration/ReplayableDataStreamList.java | 11 +-
...BoundedMixedLifeCycleStreamIterationITCase.java | 197 +++++++++++++++++++++
.../BoundedPerRoundStreamIterationITCase.java | 4 +-
5 files changed, 232 insertions(+), 13 deletions(-)
create mode 100644
flink-ml-tests/src/test/java/org/apache/flink/test/iteration/BoundedMixedLifeCycleStreamIterationITCase.java