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 0e281889d9 Merge pull request #1568 from VladimirAlexiev/patch-1
new 724b3ec9a9 Add truncate option: onlyWhenHaveRows for TableOutput
new 2a64b6c837 HOP-4036: update docs and add integration tests, some minor
code cleanup
new 5a438580aa Merge pull request #1570 from shlxue/transform-plugin
The 4181 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:
.../pages/pipeline/transforms/tableoutput.adoc | 1 +
...> 0020-table-output-insert-multiple-copies.hpl} | 80 +++-----
...ble-output.hpl => 0020-table-output-insert.hpl} | 72 +++----
...ut.hpl => 0020-table-output-table-in-field.hpl} | 91 ++++-----
...l => 0020-table-output-test-avoid-truncate.hpl} | 104 +++++-----
...=> 0020-table-output-test-truncate-no-data.hpl} | 104 +++++-----
...pdate-delete.hwf => main-0020-table-output.hwf} | 221 +++++++++++----------
.../transforms/tableoutput/TableOutput.java | 3 +-
.../transforms/tableoutput/TableOutputDialog.java | 38 +++-
.../transforms/tableoutput/TableOutputMeta.java | 163 +++++++++++----
.../tableoutput/messages/messages_en_US.properties | 3 +
.../tableoutput/messages/messages_zh_CN.properties | 2 +
12 files changed, 475 insertions(+), 407 deletions(-)
copy integration-tests/database/{0006-insert-table-output.hpl =>
0020-table-output-insert-multiple-copies.hpl} (74%)
copy integration-tests/database/{0006-insert-table-output.hpl =>
0020-table-output-insert.hpl} (76%)
copy integration-tests/database/{0006-insert-table-output.hpl =>
0020-table-output-table-in-field.hpl} (70%)
copy
integration-tests/database/{0006-insert-table-output-no-field-definition.hpl =>
0020-table-output-test-avoid-truncate.hpl} (74%)
copy
integration-tests/database/{0006-insert-table-output-no-field-definition.hpl =>
0020-table-output-test-truncate-no-data.hpl} (74%)
copy integration-tests/database/{main-0006-insert-update-delete.hwf =>
main-0020-table-output.hwf} (69%)