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 ca1f24f Merge pull request #944 from sramazzina/master
new e58b2f2 HOP-2391 samples for csv, text file input, output and sort
rows, sorted merge
new 8b5d61e HOP-2391 added ASF headers to sample files
new 784d12e Merge pull request #945 from bamaer/HOP-2391
The 2515 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:
.../main/samples/transforms/sort-rows-basic.hpl} | 206 +++++++---------
.../samples/transforms/sort-rows-sorted-merge.hpl} | 266 ++++++++++-----------
.../main/samples/transforms/csvinput-basic.hpl} | 145 +++++------
.../samples/transforms/csvinput-huge-file.hpl} | 146 +++++------
.../samples/transforms/textfileinput-basic.hpl | 232 ++++++++++++++++++
.../transforms/textfileoutput-huge-file.hpl} | 227 +++++++++---------
.../transforms/textfileoutput-tiny-file.hpl | 162 +++++++------
7 files changed, 798 insertions(+), 586 deletions(-)
copy
plugins/transforms/{uniquerows/src/main/samples/transforms/unique-rows-basic.hpl
=> sort/src/main/samples/transforms/sort-rows-basic.hpl} (57%)
copy
plugins/transforms/{closure/src/main/samples/transforms/closure-generate-calculate-distance.hpl
=> sort/src/main/samples/transforms/sort-rows-sorted-merge.hpl} (54%)
copy
plugins/transforms/{mapping/src/main/samples/transforms/simple-mapping-child.hpl
=> textfile/src/main/samples/transforms/csvinput-basic.hpl} (59%)
copy
plugins/transforms/{mapping/src/main/samples/transforms/simple-mapping-child.hpl
=> textfile/src/main/samples/transforms/csvinput-huge-file.hpl} (58%)
create mode 100644
plugins/transforms/textfile/src/main/samples/transforms/textfileinput-basic.hpl
copy
plugins/transforms/{fieldsplitter/src/main/samples/transforms/split-fields-basic.hpl
=> textfile/src/main/samples/transforms/textfileoutput-huge-file.hpl} (57%)
copy integration-tests/transforms/0025-null-if-basic.hpl =>
plugins/transforms/textfile/src/main/samples/transforms/textfileoutput-tiny-file.hpl
(57%)