This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch 2.18.1-patch
in repository https://gitbox.apache.org/repos/asf/hop.git
from 3a505fa3ec rownum not working on text file input, fixes #7255 (#7259)
new 5a66cdd21e dependency upgrades, fixes #7264 (#7268)
new 76cb8195d1 add variable injection support back, fixes #7265 (#7269)
The 2 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/static/src/main/resources/LICENSE | 303 +++++++++++----------
.../ROOT/pages/database/databases/clickhouse.adoc | 2 +-
.../ROOT/pages/database/databases/duckdb.adoc | 2 +-
.../modules/ROOT/pages/database/databases/h2.adoc | 2 +-
.../ROOT/pages/database/databases/monetdb.adoc | 2 +-
.../ROOT/pages/database/databases/redshift.adoc | 2 +-
.../ROOT/pages/database/databases/snowflake.adoc | 2 +-
.../ROOT/pages/database/databases/sqlite.adoc | 2 +-
...ate.hpl => 0054-load-file-content-template.hpl} | 2 +-
...ate.hpl => 0054-load-file-content-validate.hpl} | 2 +-
...file-content.hpl => 0054-load-file-content.hpl} | 12 +-
...child.hpl => 0055-set-constant-value-child.hpl} | 2 +-
...rent.hpl => 0055-set-constant-value-parent.hpl} | 10 +-
...te.hpl => 0056-mdi-multi-datagrid-template.hpl} | 2 +-
...ti-datagrid.hpl => 0056-mdi-multi-datagrid.hpl} | 6 +-
...late.hpl => 0057-mdi-shared-field-template.hpl} | 2 +-
...-shared-field.hpl => 0057-mdi-shared-field.hpl} | 6 +-
...mplate.hpl => 0058-mdi-edge-cases-template.hpl} | 2 +-
...-mdi-edge-cases.hpl => 0058-mdi-edge-cases.hpl} | 6 +-
...ld.hpl => 0059-mdi-constant-variable-child.hpl} | 93 +++----
...t.hpl => 0059-mdi-constant-variable-parent.hpl} | 238 ++++++++--------
...content.hwf => main-0054-load-file-content.hwf} | 16 +-
...-value.hwf => main-0055-set-constant-value.hwf} | 4 +-
...tagrid.hwf => main-0056-mdi-multi-datagrid.hwf} | 14 +-
...ed-field.hwf => main-0057-mdi-shared-field.hwf} | 14 +-
...edge-cases.hwf => main-0058-mdi-edge-cases.hwf} | 14 +-
.../main-0059-mdi-constant-variable.hwf} | 34 +--
...n => 0054-load-file-content-validate UNIT.json} | 4 +-
...on => 0055-set-constant-value-parent UNIT.json} | 4 +-
... => 0056-mdi-multi-datagrid-template UNIT.json} | 4 +-
...on => 0057-mdi-shared-field-template UNIT.json} | 4 +-
...json => 0058-mdi-edge-cases-template UNIT.json} | 4 +-
lib-jdbc/pom.xml | 16 +-
lib/pom.xml | 4 +-
plugins/databases/doris/pom.xml | 12 +
plugins/databases/mysql/pom.xml | 13 +-
.../pipeline/transforms/metainject/MetaInject.java | 25 +-
.../transforms/metainject/MetaInjectTest.java | 45 +++
plugins/transforms/script/pom.xml | 19 +-
.../transforms/script/src/assembly/assembly.xml | 3 +-
40 files changed, 521 insertions(+), 432 deletions(-)
rename integration-tests/mdi/{0087-load-file-content-template.hpl =>
0054-load-file-content-template.hpl} (97%)
rename integration-tests/mdi/{0087-load-file-content-validate.hpl =>
0054-load-file-content-validate.hpl} (99%)
rename integration-tests/mdi/{0087-load-file-content.hpl =>
0054-load-file-content.hpl} (97%)
copy integration-tests/mdi/{0088-set-constant-value-child.hpl =>
0055-set-constant-value-child.hpl} (98%)
rename integration-tests/mdi/{0088-set-constant-value-parent.hpl =>
0055-set-constant-value-parent.hpl} (94%)
rename integration-tests/mdi/{0089-mdi-multi-datagrid-template.hpl =>
0056-mdi-multi-datagrid-template.hpl} (98%)
rename integration-tests/mdi/{0089-mdi-multi-datagrid.hpl =>
0056-mdi-multi-datagrid.hpl} (96%)
rename integration-tests/mdi/{0090-mdi-shared-field-template.hpl =>
0057-mdi-shared-field-template.hpl} (98%)
rename integration-tests/mdi/{0090-mdi-shared-field.hpl =>
0057-mdi-shared-field.hpl} (96%)
rename integration-tests/mdi/{0091-mdi-edge-cases-template.hpl =>
0058-mdi-edge-cases-template.hpl} (98%)
rename integration-tests/mdi/{0091-mdi-edge-cases.hpl =>
0058-mdi-edge-cases.hpl} (97%)
rename integration-tests/mdi/{0088-set-constant-value-child.hpl =>
0059-mdi-constant-variable-child.hpl} (66%)
copy integration-tests/mdi/{0025-get-variables-parent.hpl =>
0059-mdi-constant-variable-parent.hpl} (52%)
rename integration-tests/mdi/{main-0087-load-file-content.hwf =>
main-0054-load-file-content.hwf} (88%)
rename integration-tests/mdi/{main-0088-set-constant-value.hwf =>
main-0055-set-constant-value.hwf} (95%)
rename integration-tests/mdi/{main-0089-mdi-multi-datagrid.hwf =>
main-0056-mdi-multi-datagrid.hwf} (90%)
rename integration-tests/mdi/{main-0090-mdi-shared-field.hwf =>
main-0057-mdi-shared-field.hwf} (91%)
rename integration-tests/mdi/{main-0091-mdi-edge-cases.hwf =>
main-0058-mdi-edge-cases.hwf} (91%)
copy integration-tests/{deserialize/main-0001-deserialize.hwf =>
mdi/main-0059-mdi-constant-variable.hwf} (83%)
rename
integration-tests/mdi/metadata/unit-test/{0087-load-file-content-validate
UNIT.json => 0054-load-file-content-validate UNIT.json} (97%)
rename
integration-tests/mdi/metadata/unit-test/{0088-set-constant-value-parent
UNIT.json => 0055-set-constant-value-parent UNIT.json} (82%)
rename
integration-tests/mdi/metadata/unit-test/{0089-mdi-multi-datagrid-template
UNIT.json => 0056-mdi-multi-datagrid-template UNIT.json} (85%)
rename
integration-tests/mdi/metadata/unit-test/{0090-mdi-shared-field-template
UNIT.json => 0057-mdi-shared-field-template UNIT.json} (85%)
rename integration-tests/mdi/metadata/unit-test/{0091-mdi-edge-cases-template
UNIT.json => 0058-mdi-edge-cases-template UNIT.json} (88%)