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/07/14 18:03:04 UTC

[hop] branch master updated (a385e04eee -> fcc5b437d0)

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 a385e04eee Merge pull request #1591 from sramazzina/TRANSLATIONS
     new 956860f1f0 HOP-3398 Changed MDI annotations to use HopMetadataProperty. Enabled usage of variables to identify connection
     new 776a111d75 HOP-3398 ExecSQLRow: Unable to set connection name by using a variable
     new 1abfb5960f HOP-3398: fix MDI and code cleanup
     new fcc5b437d0 Merge pull request #1588 from sramazzina/HOP-3398

The 4243 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:
 .../0021-execSqlRow-MDI-parent.hpl}                | 248 +++++++++-----------
 .../0021-execSqlRow-MDI-template.hpl}              |  91 ++++----
 .../database/0022-execSqlRow-test.hpl              | 109 ++++-----
 .../database/datasets/data-set-filename.csv        |   4 +
 ...kup-update.hwf => main-0021-execSqlRow-MDI.hwf} |  43 ++--
 ...-lookup-update.hwf => main-0022-execSqlRow.hwf} |  43 ++--
 .../metadata/dataset/golden-execSqlRow.json}       |  42 ++--
 .../unit-test/0022-execSqlRow-test UNIT.json       |  48 ++++
 .../pipeline/transforms/execsqlrow/ExecSqlRow.java |  10 +-
 .../transforms/execsqlrow/ExecSqlRowDialog.java    |  33 ++-
 .../transforms/execsqlrow/ExecSqlRowMeta.java      | 258 +++++++++++----------
 .../execsqlrow/ExecSqlRowMetaInjectionTest.java    |  59 -----
 .../transforms/execsqlrow/ExecSqlRowMetaTest.java  |  16 +-
 13 files changed, 488 insertions(+), 516 deletions(-)
 copy integration-tests/{mdi/0016-excelwriter-parent.hpl => database/0021-execSqlRow-MDI-parent.hpl} (57%)
 copy integration-tests/{mdi/0001-calculator-child.hpl => database/0021-execSqlRow-MDI-template.hpl} (67%)
 copy plugins/transforms/columnexists/src/main/samples/transforms/columnexists-basic.hpl => integration-tests/database/0022-execSqlRow-test.hpl (69%)
 create mode 100644 integration-tests/database/datasets/data-set-filename.csv
 copy integration-tests/database/{main-0012-dimension-lookup-update.hwf => main-0021-execSqlRow-MDI.hwf} (83%)
 copy integration-tests/database/{main-0012-dimension-lookup-update.hwf => main-0022-execSqlRow.hwf} (84%)
 copy integration-tests/{gcp/metadata/dataset/0002-input-bigquery-golden.json => database/metadata/dataset/golden-execSqlRow.json} (57%)
 create mode 100644 integration-tests/database/metadata/unit-test/0022-execSqlRow-test UNIT.json
 delete mode 100644 plugins/transforms/execsqlrow/src/test/java/org/apache/hop/pipeline/transforms/execsqlrow/ExecSqlRowMetaInjectionTest.java