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 014c217  [FLINK-24650][iteration] Add unbounded iteration.
     new 2a95325  [hotfix][iteration] Do not wrap the broadcast partitioner
     new 7c35cb9  [FLINK-24651][iteration] Add bounded all-round iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/flink/iteration/IterationConfig.java    |   4 +
 .../apache/flink/iteration/IterationFactory.java   | 109 ++++++++++++-
 .../org/apache/flink/iteration/Iterations.java     |  12 +-
 .../operator/allround/AllRoundOperatorWrapper.java |   6 +
 .../flink/iteration/IterationConstructionTest.java | 102 ++++++++++++
 ...a => BoundedAllRoundStreamIterationITCase.java} | 180 ++++++++++-----------
 .../itcases/UnboundedStreamIterationITCase.java    |  52 ++++--
 .../operators/RoundBasedTerminationCriteria.java   |  48 ++++++
 8 files changed, 405 insertions(+), 108 deletions(-)
 copy 
flink-ml-iteration/src/test/java/org/apache/flink/iteration/itcases/{UnboundedStreamIterationITCase.java
 => BoundedAllRoundStreamIterationITCase.java} (59%)
 create mode 100644 
flink-ml-iteration/src/test/java/org/apache/flink/iteration/itcases/operators/RoundBasedTerminationCriteria.java

Reply via email to