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/04/30 10:08:25 UTC

[incubator-hop] branch master updated (1ea8170 -> ffb7c48)

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 1ea8170  Merge pull request #779 from sauru22/master
     new 3cc6c0e  HOP-2838: add coalesce to assembly-plugin-dist
     new 545537a  HOP-2837: fix tests add sort order to execution script
     new 304bc25  HOP-2836: add EN translation to groupby
     new ffb7c48  Merge pull request #780 from hansva/master

The 2047 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:
 assemblies/plugins/dist/pom.xml                    |  13 ++
 ...06-update.hpl => 0006-insert-update-update.hpl} |   4 +-
 integration-tests/database/0006-update.hpl         |  21 +--
 .../database/0007-database-lookup.hpl              |  88 ++++-----
 ...-variable.hpl => 0009-database-join-normal.hpl} | 186 ++++++++++---------
 ...pty-result.hpl => 0009-database-join-outer.hpl} | 203 ++++++++++++---------
 ...riable.hpl => 0009-database-join-parameter.hpl} | 193 +++++++++++---------
 ...-with-variable.hpl => 0010-execute-sql-row.hpl} | 201 ++++++++++----------
 .../database/main-0004-execute-sql-script.hwf      |   2 +-
 .../database/main-0005-check-table.hwf             |  31 +++-
 .../database/main-0006-insert-update-delete.hwf    |  95 ++++++++--
 .../database/main-0007-input-lookup.hwf            |  25 ++-
 .../database/main-0008-table-input.hwf             |  43 ++++-
 ...nput-lookup.hwf => main-0009-database-join.hwf} |  81 ++++----
 .../main-0010-execute-sql-row.hwf}                 |  60 +++---
 .../database/scripts/{0004.sql => script1.sql}     |   2 +
 .../database/scripts/{0004.sql => script2.sql}     |  12 +-
 integration-tests/scripts/run-tests.sh             |   2 +-
 .../groupby/messages/messages_en_US.properties     |   1 +
 19 files changed, 724 insertions(+), 539 deletions(-)
 copy integration-tests/database/{0006-update.hpl => 0006-insert-update-update.hpl} (96%)
 copy integration-tests/database/{0008-table-input-with-variable.hpl => 0009-database-join-normal.hpl} (80%)
 copy integration-tests/database/{0007-database-lookup-empty-result.hpl => 0009-database-join-outer.hpl} (65%)
 copy integration-tests/database/{0008-table-input-with-variable.hpl => 0009-database-join-parameter.hpl} (77%)
 copy integration-tests/database/{0008-table-input-with-variable.hpl => 0010-execute-sql-row.hpl} (79%)
 copy integration-tests/database/{main-0007-input-lookup.hwf => main-0009-database-join.hwf} (75%)
 copy integration-tests/{spreadsheet/main-00100-excelinput.hwf => database/main-0010-execute-sql-row.hwf} (71%)
 copy integration-tests/database/scripts/{0004.sql => script1.sql} (95%)
 rename integration-tests/database/scripts/{0004.sql => script2.sql} (88%)