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 826bf187fa Merge pull request #4093 from nadment/4085
add c784cd4473 additional integration tests for sort rows transform. #1933
add 207fa51030 XML cleanup for sort rows transform. #1933
add 9fd4ae736a additional updates and fixes for Sort Rows XML cleanup.
#1933
add b8034cb7c9 Merge branch 'main' into 1933
add 3e6a158806 added missing ASF header. #1933
new 128407f0b5 Merge pull request #4079 from bamaer/1933
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:
...sort-order-ascending-case-sensitive-unique.hpl} | 103 ++++---
...rt-order-ascending-case-insensitive-unique.hpl} | 53 ++--
...sort-order-ascending-case-sensitive-unique.hwf} | 68 ++---
...rt-order-ascending-case-insensitive-unique.hwf} | 64 ++--
.../test/java/org/apache/hop/TestUtilities.java | 15 +-
.../hop/pipeline/transforms/sort/SortRows.java | 21 +-
.../pipeline/transforms/sort/SortRowsDialog.java | 53 ++--
.../pipeline/transforms/sort/SortRowsField.java | 112 +++++++
.../hop/pipeline/transforms/sort/SortRowsMeta.java | 328 +++------------------
.../transforms/sort/SortRowsMetaInjectionTest.java | 29 +-
.../pipeline/transforms/sort/SortRowsMetaTest.java | 109 ++++---
.../streamschemamerge/TestUtilities.java | 13 +-
12 files changed, 421 insertions(+), 547 deletions(-)
copy
integration-tests/sort_and_unique/{0001-sort-order-ascending-case-sensitive.hpl
=> 0003-sort-order-ascending-case-sensitive-unique.hpl} (93%)
copy
integration-tests/sort_and_unique/{0002-sort-order-ascending-case-insensitive.hpl
=> 0004-sort-order-ascending-case-insensitive-unique.hpl} (93%)
copy
integration-tests/sort_and_unique/{main-0001-sort-order-ascending-case-sensitive.hwf
=> main-0003-sort-order-ascending-case-sensitive-unique.hwf} (83%)
copy
integration-tests/sort_and_unique/{main-0001-sort-order-ascending-case-sensitive.hwf
=> main-0004-sort-order-ascending-case-insensitive-unique.hwf} (81%)
create mode 100644
plugins/transforms/sort/src/main/java/org/apache/hop/pipeline/transforms/sort/SortRowsField.java