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/04/04 13:36:30 UTC

[hop] branch master updated (1535829728 -> 5bb1cc0b98)

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 1535829728 Merge pull request #1442 from gvdutra/HOP-3202
     new 98c5c6ed66 HOP-3842 PipelineExecutor: wrong groupBuffer initialization
     new 2e438d9662 HOP-3842 PipelineExecutor: wrong groupBuffer initialization, added integration tests
     new 5bb1cc0b98 Merge pull request #1419 from sramazzina/HOP-3842

The 3854 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:
 ...=> 0002-pipeline-executor-grouping-onfield.hpl} | 109 +++++++----
 ...-executor-grouponfield-checkrowsnum-called.hpl} | 162 ++++++++--------
 ...peline-executor-grouponfield-checkrowsnum1.hpl} | 195 ++++++++-----------
 ...peline-executor-grouponfield-checkrowsnum2.hpl} | 211 ++++++++++-----------
 .../main-0002-pipeline-executor-test.hwf           | 112 +++++++++--
 .../pipelineexecutor/PipelineExecutor.java         | 150 ++++++++-------
 6 files changed, 492 insertions(+), 447 deletions(-)
 copy integration-tests/transforms/{0002-pipeline-executor-fromfield.hpl => 0002-pipeline-executor-grouping-onfield.hpl} (86%)
 copy integration-tests/transforms/{0036-actionpipeline-verify-results-notavailable.hpl => 0002-pipeline-executor-grouponfield-checkrowsnum-called.hpl} (74%)
 copy integration-tests/transforms/{0002-pipeline-executor-fromfield.hpl => 0002-pipeline-executor-grouponfield-checkrowsnum1.hpl} (69%)
 copy integration-tests/transforms/{0002-pipeline-executor-fromfield.hpl => 0002-pipeline-executor-grouponfield-checkrowsnum2.hpl} (70%)