This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 8f1b4cb0ecbdf1f428f1669fdfbac377bfa716dd Merge: 9cca50b4af b775e22ae8 Author: Hans Van Akelyen <[email protected]> AuthorDate: Fri Feb 14 13:29:59 2025 +0100 Merge pull request #4848 from hansva/1875 add HopMetadataProperty to Mergejoin, fixes #1875 .../main/java/org/apache/hop/core/Condition.java | 230 ++-------------- .../mdi/0028-join-rows-metadata-parent.hpl | 170 ++++++++++++ .../mdi/0028-join-rows-template-child.hpl | 185 +++++++++++++ .../mdi/datasets/golden-join-rows.csv | 2 + integration-tests/mdi/main-0028-join-rows.hwf | 79 ++++++ .../mdi/metadata/dataset/golden-join-rows.json | 24 ++ .../0028-join-rows-metadata-parent UNIT.json | 33 +++ plugins/transforms/joinrows/pom.xml | 8 + .../transforms/joinrows/JoinRowsDialog.java | 2 +- .../pipeline/transforms/joinrows/JoinRowsMeta.java | 247 ++++++----------- .../src/main/samples/transforms/join_rows.hpl | 299 +++++++++++++++++++++ .../joinrows/JoinRowsMetaInjectionTest.java | 12 + .../transforms/joinrows/JoinRowsMetaTest.java | 68 +++-- .../join-rows-transform-with-condition.xml | 76 ++++++ .../test/resources/join-rows-transform.xml} | 46 ++-- 15 files changed, 1056 insertions(+), 425 deletions(-)
