This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 817943a4959bb9c1cfac3e173048e73f597e5487 Merge: 0d786a422a 6836175111 Author: Hans Van Akelyen <[email protected]> AuthorDate: Thu Jul 3 08:06:36 2025 +0200 Merge pull request #5473 from mattcasters/main issues #5472, #5456, #5468, #5320, #5474, #5475, #5477 .../first/FirstRowsExecutionDataSampler.java | 6 +- .../plugins/last/LastRowsExecutionDataSampler.java | 6 +- .../random/RandomRowsExecutionDataSampler.java | 6 +- .../partitioning/0007-partitioned-unit-test.hpl | 238 +++++++++++++++++++++ .../partitioning/datasets/golden-partitioned.csv | 11 + .../partitioning/datasets/input-partitioned.csv | 11 + .../main-0007-partitioned-unit-test.hwf | 79 +++++++ .../metadata/dataset/golden-partitioned.json | 24 +++ .../metadata/dataset/input-partitioned.json | 24 +++ .../unit-test/0007-partitioned-unit-test UNIT.json | 88 ++++++++ .../apache/hop/testing/gui/TestingGuiPlugin.java | 18 -- .../hop/testing/xp/PipelineMetaModifier.java | 9 + .../org/apache/hop/ui/testing/DataSetEditor.java | 12 +- .../transforms/jsoninput/JsonInputDialog.java | 6 +- .../pipeline/transforms/yamlinput/YamlInput.java | 3 +- .../hopgui/file/pipeline/HopGuiPipelineGraph.java | 1 + .../delegates/HopGuiPipelineGridDelegate.java | 64 +++--- 17 files changed, 549 insertions(+), 57 deletions(-)
