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/08/17 08:06:38 UTC

[hop] branch master updated (8db769b738 -> 2f67f903aa)

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 8db769b738 Merge pull request #1636 from bamaer/HOP-4125
     new 3ac060376a coalesce plugin always take the fist field
     new 43f5975167 mysql database meata field definition support datetime
     new 8ce2ee4eea coalesce plugin always take the fist field
     new 25baa3bcbb revert the mysql database meta
     new 06c7c011cb Improve coalesce integration tests
     new b3f04f6f82 Merge branch 'master' of github.com:weiqingping/hop
     new 2f67f903aa Merge pull request #1635 from weiqingping/master

The 4343 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:
 .../transforms/0016-coalesce-fields.hpl            |  38 ++-
 .../transforms/0044-coalesce-binary-string.hpl     | 281 +++++++++++++++++++++
 .../datasets/golden-coalesce-binary-string.csv     |   7 +
 .../transforms/datasets/golden-coalesce-fields.csv |  14 +-
 .../transforms/files/coalesce-testfile.csv         |   7 +
 ...ds.hwf => main-0044-coalesce-binary-string.hwf} |   4 +-
 ...cat.json => golden-coalesce-binary-string.json} |  22 +-
 .../metadata/dataset/golden-coalesce-fields.json   |   8 +
 .../unit-test/0016-coalesce-fields UNIT.json       |   8 +-
 .../0044-coalesce-binary-string UNIT.json}         |  14 +-
 .../transforms/coalesce/CoalesceTransform.java     |  12 +-
 11 files changed, 364 insertions(+), 51 deletions(-)
 create mode 100644 integration-tests/transforms/0044-coalesce-binary-string.hpl
 create mode 100644 integration-tests/transforms/datasets/golden-coalesce-binary-string.csv
 create mode 100644 integration-tests/transforms/files/coalesce-testfile.csv
 copy integration-tests/transforms/{main-0016-coalesce-fields.hwf => main-0044-coalesce-binary-string.hwf} (95%)
 copy integration-tests/transforms/metadata/dataset/{golden-groupby-concat.json => golden-coalesce-binary-string.json} (66%)
 copy integration-tests/{mdi/metadata/unit-test/0009-coalesce-parent UNIT.json => transforms/metadata/unit-test/0044-coalesce-binary-string UNIT.json} (70%)