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 5407627  [FLINK-24808][iteration] Support IterationListener for 
per-round operators
     new 2ef6b87  [FLINK-24842][iteration] Make outputs depends on tails for 
the iteration body
     new 5c69eee  [hotfix][iteration] Return more fine-grained operator class 
for the WrapperFactory
     new 2edf453  [hotfix] Mark BroadcastUtils as internal

The 3 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:
 .../org/apache/flink/iteration/Iterations.java     | 63 +++++++++++++++++-----
 .../flink/iteration/operator/OperatorWrapper.java  |  3 ++
 .../iteration/operator/WrapperOperatorFactory.java |  2 +-
 .../operator/allround/AllRoundOperatorWrapper.java | 17 ++++++
 .../operator/perround/PerRoundOperatorWrapper.java | 17 ++++++
 .../flink/iteration/IterationConstructionTest.java | 37 +++++++------
 ...DraftExecutionEnvironmentSwitchWrapperTest.java | 12 +++++
 .../flink/ml/common/broadcast/BroadcastUtils.java  |  5 +-
 .../broadcast/operator/BroadcastWrapper.java       | 15 ++++++
 9 files changed, 141 insertions(+), 30 deletions(-)

Reply via email to