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 680b77adc1c36a2e9fe90d5321ad1eeb57a684f5 Merge: 863b4c54c4 88ed2ca33a Author: Hans Van Akelyen <[email protected]> AuthorDate: Fri Feb 14 13:29:13 2025 +0100 Merge pull request #4846 from hansva/1889 add HopMetadataProperty to pipelineExecutor, fixes #1889 .../hop/pipeline/TransformWithMappingMeta.java | 4 +- .../workflow/actions/pipeline/ActionPipeline.java | 2 +- .../transforms/excelinput/ExcelInputMetaTest.java | 11 + .../pipelineexecutor/PipelineExecutor.java | 52 +- .../pipelineexecutor/PipelineExecutorData.java | 100 +-- .../pipelineexecutor/PipelineExecutorDialog.java | 69 +- .../pipelineexecutor/PipelineExecutorMeta.java | 714 ++------------------- .../PipelineExecutorParameters.java | 154 +---- .../PipelineExecutorResultRows.java} | 33 +- .../pipelineexecutor/PipelineExecutorMetaTest.java | 89 +++ .../test/resources/pipeline-executor-transform.xml | 86 +++ 11 files changed, 340 insertions(+), 974 deletions(-)
