This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 75cac7640d Merge pull request #4027 from hansva/4026
add cccfa17af7 fix #3838 - SQL File Output Meta - specify connection
through variables
add 8751d82b47 fix #3838 - Test fixed
add 007c085fb9 add integration test, #3838
new c5ae602272 Merge pull request #3938 from sramazzina/3838
The 1 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:
.../0029-sql-file-output-validate-file.hpl} | 220 ++++++++-----
...-column-exists.hpl => 0029-sql-file-output.hpl} | 72 ++--
.../main-0029-sql-file-output.hwf} | 118 ++++---
.../transforms/sqlfileoutput/SQLFileOutput.java | 10 +-
.../sqlfileoutput/SQLFileOutputDialog.java | 20 +-
.../sqlfileoutput/SQLFileOutputMeta.java | 365 ++++++++++++---------
.../messages/messages_en_US.properties | 1 +
.../sqlfileoutput/SQLFileOutputMetaTest.java | 2 +-
8 files changed, 441 insertions(+), 367 deletions(-)
copy integration-tests/{snmp/001-check-log.hpl =>
database/0029-sql-file-output-validate-file.hpl} (68%)
copy integration-tests/database/{0028-column-exists.hpl =>
0029-sql-file-output.hpl} (72%)
copy integration-tests/{transforms/main-0029-parquet.hwf =>
database/main-0029-sql-file-output.hwf} (76%)