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 e9e97021fb Merge pull request #1669 from fbarthez/HOP-4189
new 41bafb627d Add IT Join rows transform
new 5ec8ee6d22 HOP-4190 Force the decimal separator for non-English system
new 1de9ccea0b Merge pull request #1668 from nadment/HOP-4179
The 4413 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:
.../{0014-merge-join.hpl => 0044-join-rows.hpl} | 270 +++++++--------------
.../transforms/datasets/golden-join-rows-equal.csv | 3 +
.../transforms/datasets/golden-join-rows-range.csv | 12 +
...n-0043-checksum.hwf => main-0044-join-rows.hwf} | 8 +-
...ll-by-type.json => golden-join-rows-equal.json} | 34 +--
...ll-by-type.json => golden-join-rows-range.json} | 34 +--
.../metadata/unit-test/0044-join-rows UNIT.json | 91 +++++++
.../org/apache/hop/testing/DataSetCsvUtil.java | 5 +
8 files changed, 239 insertions(+), 218 deletions(-)
copy integration-tests/transforms/{0014-merge-join.hpl => 0044-join-rows.hpl}
(60%)
create mode 100644
integration-tests/transforms/datasets/golden-join-rows-equal.csv
create mode 100644
integration-tests/transforms/datasets/golden-join-rows-range.csv
copy integration-tests/transforms/{main-0043-checksum.hwf =>
main-0044-join-rows.hwf} (93%)
copy
integration-tests/transforms/metadata/dataset/{golden-if-null-by-type.json =>
golden-join-rows-equal.json} (73%)
copy
integration-tests/transforms/metadata/dataset/{golden-if-null-by-type.json =>
golden-join-rows-range.json} (73%)
create mode 100644
integration-tests/transforms/metadata/unit-test/0044-join-rows UNIT.json