You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2021/12/01 12:30:59 UTC

[incubator-hop] branch master updated (89ec902 -> 8270f6c)

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.


    from 89ec902  Merge pull request #1206 from bamaer/HOP-3379
     new 298d4b7  HOP-3523 : Transform Denormaliser errors out in Direct runner
     new 6b40595  HOP-3523 : Transform Denormaliser errors out in Direct runner (IT)
     new 4aa5745  HOP-3523 : Transform Denormaliser errors out in Direct runner (Beam doc update)
     new 8270f6c  Merge pull request #1207 from mattcasters/master

The 3207 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:
 .../pipeline/beam/getting-started-with-beam.adoc   |  12 +-
 .../pages/pipeline/transforms/rowdenormaliser.adoc |   1 +
 .../0021-row-denormaliser-beam-validation.hpl}     | 123 +++-----------
 ...rmaliser.hpl => 0021-row-denormaliser-beam.hpl} | 178 +++++++++++++--------
 .../main-0021-row-denormaliser-beam.hwf}           |  43 +++--
 .../transforms/main-0021-row-denormaliser.hwf      |   2 +-
 .../pipeline-run-configuration/direct.json}        |   8 +-
 ...021-row-denormaliser-beam-validation UNIT.json} |  33 ++--
 .../transforms/denormaliser/Denormaliser.java      |   4 +-
 9 files changed, 193 insertions(+), 211 deletions(-)
 copy integration-tests/{beam_directrunner/0002-switch-case-validation.hpl => transforms/0021-row-denormaliser-beam-validation.hpl} (69%)
 copy integration-tests/transforms/{0021-row-denormaliser.hpl => 0021-row-denormaliser-beam.hpl} (75%)
 copy integration-tests/{beam_directrunner/main-0002-switch-case.hwf => transforms/main-0021-row-denormaliser-beam.hwf} (78%)
 copy integration-tests/{beam_directrunner/metadata/pipeline-run-configuration/local.json => transforms/metadata/pipeline-run-configuration/direct.json} (60%)
 copy integration-tests/transforms/metadata/unit-test/{0021-row-denormaliser UNIT.json => 0021-row-denormaliser-beam-validation UNIT.json} (77%)