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 acbf4b9  [FLINK-24807][iteration] Not start logging at the head 
operator if the barrier feed back first
     add efb9c14  [hotfix][iteration] Fix the bad compile due to changes of 
state
     new 5407627  [FLINK-24808][iteration] Support IterationListener for 
per-round operators

The 1 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:
 .../operator/AbstractWrapperOperator.java          | 28 ++++++++
 .../allround/AbstractAllRoundWrapperOperator.java  | 27 --------
 .../perround/AbstractPerRoundWrapperOperator.java  | 49 +++++++++-----
 .../MultipleInputPerRoundWrapperOperator.java      | 78 ++++++++++++----------
 .../perround/OneInputPerRoundWrapperOperator.java  |  3 +-
 .../perround/TwoInputPerRoundWrapperOperator.java  |  3 +-
 .../iteration/operator/allround/LifeCycle.java     |  2 +
 .../MultipleInputAllRoundWrapperOperatorTest.java  | 37 +++++++++-
 .../OneInputAllRoundWrapperOperatorTest.java       | 28 +++++++-
 .../TwoInputAllRoundWrapperOperatorTest.java       | 33 ++++++++-
 .../MultipleInputPerRoundWrapperOperatorTest.java  | 34 ++++++++--
 .../OneInputPerRoundWrapperOperatorTest.java       | 25 ++++++-
 .../TwoInputPerRoundWrapperOperatorTest.java       | 30 +++++++--
 .../operator/AbstractBroadcastWrapperOperator.java |  6 +-
 pom.xml                                            |  1 +
 15 files changed, 284 insertions(+), 100 deletions(-)

Reply via email to