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 2021/07/20 10:07:25 UTC

[incubator-hop] branch master updated (f5a585c -> 34fb8ee)

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/incubator-hop.git.


    from f5a585c  Merge pull request #947 from mattcasters/master
     new 760b576  HOP-3043 Add MDI support to Add value fields changing sequence + small cleaning + integration test
     new d837be9  HOP-3043: minor changes and formatting
     new 34fb8ee  Merge pull request #949 from nadment/HOP-3043

The 2528 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/0032-fields-change-sequence.hpl     | 217 ++++++++++++---------
 .../datasets/golden-fields-changing-sequence.csv   |  12 ++
 ...ut.hwf => main-0032-fields-change-sequence.hwf} |   4 +-
 .../dataset/golden-fields-change-sequence.json}    |  28 +--
 .../0032-fields-change-sequence UNIT.json          |  14 ++
 .../fieldschangesequence/FieldsChangeSequence.java | 140 +++++++------
 .../FieldsChangeSequenceData.java                  |   5 -
 .../FieldsChangeSequenceDialog.java                |  16 +-
 .../FieldsChangeSequenceField.java                 |  56 ++++++
 .../FieldsChangeSequenceMeta.java                  | 167 ++++++----------
 .../messages/messages_en_US.properties             |  12 +-
 .../messages/messages_fr_FR.properties             |   4 +-
 .../messages/messages_ja_JP.properties             |   4 +-
 .../messages/messages_zh_CN.properties             |   2 +-
 .../FieldsChangeSequenceMetaTest.java              |  33 ++--
 15 files changed, 411 insertions(+), 303 deletions(-)
 copy plugins/transforms/sort/src/main/samples/transforms/sort-rows-basic.hpl => integration-tests/transforms/0032-fields-change-sequence.hpl (58%)
 create mode 100644 integration-tests/transforms/datasets/golden-fields-changing-sequence.csv
 copy integration-tests/transforms/{main-0031-stringcut.hwf => main-0032-fields-change-sequence.hwf} (95%)
 copy integration-tests/{mdi/metadata/dataset/golden-merge-join-parent.json => transforms/metadata/dataset/golden-fields-change-sequence.json} (69%)
 create mode 100644 integration-tests/transforms/metadata/unit-test/0032-fields-change-sequence UNIT.json
 create mode 100644 plugins/transforms/fieldschangesequence/src/main/java/org/apache/hop/pipeline/transforms/fieldschangesequence/FieldsChangeSequenceField.java