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/11/03 09:37:11 UTC

[incubator-hop] branch master updated (6dfa1fb -> 6c0de33)

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 6dfa1fb  Merge pull request #1182 from nadment/HOP-3458
     new fd8a74f  HOP-3459 - Fixed pipeline called in a workflow is not receiving a result set. Added integration tests
     new 8a93dee  HOP-3459 - Fixed license issue
     new 6c0de33  Merge pull request #1178 from sramazzina/HOP-3459

The 3137 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:
 ....hpl => 0036-actionpipeline-generate-error.hpl} |  58 ++++---
 ...ics.hpl => 0036-actionpipeline-preparerows.hpl} |  77 +++++-----
 ...36-actionpipeline-verify-results-available.hpl} | 169 +++++++++++----------
 ...actionpipeline-verify-results-notavailable.hpl} | 127 +++++++++-------
 ...ain-0036-actionpipeline-check-clearresults.hwf} |  95 +++++-------
 ...main-0036-actionpipeline-results-witherror.hwf} | 127 ++++++++++------
 .../main-0036-actionpipeline-tests-group.hwf}      | 115 +++++++-------
 .../workflow/actions/pipeline/ActionPipeline.java  |   5 +-
 8 files changed, 406 insertions(+), 367 deletions(-)
 copy integration-tests/transforms/{0002-repeating-work.hpl => 0036-actionpipeline-generate-error.hpl} (73%)
 copy integration-tests/transforms/{0031-stringcut-basics.hpl => 0036-actionpipeline-preparerows.hpl} (71%)
 copy integration-tests/{beam_directrunner/0001-generate-rows.hpl => transforms/0036-actionpipeline-verify-results-available.hpl} (73%)
 copy integration-tests/{database/0008-table-input-with-parameter.hpl => transforms/0036-actionpipeline-verify-results-notavailable.hpl} (73%)
 copy integration-tests/{mdi/main-0013-tableinput-mdi.hwf => transforms/main-0036-actionpipeline-check-clearresults.hwf} (71%)
 copy integration-tests/{database/main-0007-input-lookup.hwf => transforms/main-0036-actionpipeline-results-witherror.hwf} (67%)
 copy integration-tests/{mdi/main-0010-database-lookup.hwf => transforms/main-0036-actionpipeline-tests-group.hwf} (65%)