You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/17 12:14:10 UTC

[hop] branch master updated (6427cd6 -> c096337)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git.


    from 6427cd6  Merge pull request #1372 from hansva/master
     new eab127b  Using currentInputRowSetNr value as the index of active input stream
     new ac73894  Get the index of input streams when call getRowFrom in merge type transformation
     new 1cec302  Unit test multi stream status by mock delegate method
     new 1cb6f96  Merge commit '6427cd6fb0120826a8014ac39a25adf4b70ef01b' into masterf
     new dabe54c  Both getInputRowSets and findInputRowSet method should behave the same
     new c096337  Merge pull request #1373 from shlxue/master

The 3579 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:
 .../hop/pipeline/transform/BaseTransform.java      |  31 ++++-
 .../hop/pipeline/transform/DynamicWaitTimes.java   | 154 +++++++++++++++++++++
 .../pipeline/transform/DynamicWaitTimesTest.java   | 103 ++++++++++++++
 .../xml/xmljoin/XmlJoinOmitNullValuesTest.java     |   5 +
 4 files changed, 289 insertions(+), 4 deletions(-)
 create mode 100644 engine/src/main/java/org/apache/hop/pipeline/transform/DynamicWaitTimes.java
 create mode 100644 engine/src/test/java/org/apache/hop/pipeline/transform/DynamicWaitTimesTest.java