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 2023/06/04 15:50:01 UTC

[hop] branch master updated (a0362772ab -> ac0677978c)

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 a0362772ab Merge pull request #2993 from nadment/2990
     new 24cc17c3dd Fix for issue #2793 : Cartesian Product does not work on flows with the same row names
     new 0a6bd55beb Fix for issue #2793 : Cartesian Product does not work on flows with the same row names (test code hardening)
     new 663024ab0c Fix for issue #2793 : Cartesian Product does not work on flows with the same row names (disable unrelated problematic test)
     new ac0677978c Merge pull request #2987 from mattcasters/master

The 5866 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:
 .../java/org/apache/hop/pipeline/PipelineMeta.java |  36 ++--
 .../hop/pipeline/transform/BaseTransformMeta.java  | 113 +++++++---
 .../hop/pipeline/transform/ITransformMeta.java     |  23 ++
 .../org/apache/hop/history/AuditManagerTest.java   |  40 ++--
 .../org/apache/hop/pipeline/PipelineMetaTest.java  |  91 +++-----
 ...oin-rows.hpl => 0044-join-rows-same-fields.hpl} | 232 +++++++++++----------
 .../datasets/golden-join-rows-same-fields-data.csv |   3 +
 .../datasets/golden-join-rows-same-fields-meta.csv |   7 +
 .../transforms/main-0044-join-rows.hwf             |  19 +-
 ...json => golden-join-rows-same-fields-data.json} |  28 +--
 ...json => golden-join-rows-same-fields-meta.json} |   4 +-
 ...T.json => 0044-join-rows-same-fields UNIT.json} |  94 +++++----
 .../pipeline/transforms/joinrows/JoinRowsMeta.java |  81 ++++---
 13 files changed, 441 insertions(+), 330 deletions(-)
 copy integration-tests/transforms/{0044-join-rows.hpl => 0044-join-rows-same-fields.hpl} (72%)
 create mode 100644 integration-tests/transforms/datasets/golden-join-rows-same-fields-data.csv
 create mode 100644 integration-tests/transforms/datasets/golden-join-rows-same-fields-meta.csv
 copy integration-tests/transforms/metadata/dataset/{golden-data-validator-numeric-errors.json => golden-join-rows-same-fields-data.json} (60%)
 copy integration-tests/transforms/metadata/dataset/{golden-concat-fields-remove-meta.json => golden-join-rows-same-fields-meta.json} (92%)
 copy integration-tests/transforms/metadata/unit-test/{0035-get-variables UNIT.json => 0044-join-rows-same-fields UNIT.json} (59%)