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 780c83fa0b12206cd3dc48815834598bcba3e3aa Merge: 6d07b2ffa8 8005effd06 Author: Hans Van Akelyen <[email protected]> AuthorDate: Wed Jul 23 15:05:22 2025 +0200 Merge pull request #5516 from mattcasters/main issue #5378, #5546, #5532, #5527, #5554 assemblies/plugins/pom.xml | 6 + core/src/main/java/org/apache/hop/core/Const.java | 25 + .../integration-tests-opensearch.yaml | 42 ++ .../caching/BaseCachingExecutionInfoLocation.java | 58 +- .../hop/pipeline/PipelineMetaSearchAnalyser.java | 21 + .../pipeline/SingleThreadedPipelineExecutor.java | 20 +- .../pipeline/anon/AnonymousPipelineResults.java | 47 ++ .../hop/pipeline/anon/AnonymousPipelineRunner.java | 113 ++++ .../hop/workflow/WorkflowMetaSearchAnalyser.java | 19 + ...opensearch-create-execution-information-sub.hpl | 120 +++++ ...opensearch-create-execution-information-sub.hwf | 118 ++++ ...001-opensearch-create-execution-information.hwf | 152 ++++++ .../0001-opensearch-create-hop-index.hpl | 273 ++++++++++ .../0001-opensearch-validate-information.hpl | 294 ++++++++++ ...001-golden-opensearch-execution-information.csv | 4 + integration-tests/opensearch/dev-env-config.json | 15 + integration-tests/opensearch/hop-config.json | 290 ++++++++++ .../opensearch/main-0001-opensearch-ei-test.hwf | 183 +++++++ ...01-golden-opensearch-execution-information.json | 72 +++ .../execution-data-profile/first-last-10-rows.json | 17 + .../opensearch-location.json | 18 + .../local-opensearch.json | 23 + .../metadata/pipeline-run-configuration/local.json | 17 + .../0001-opensearch-validate-information UNIT.json | 63 +++ .../local-opensearch.json | 13 + .../metadata/workflow-run-configuration/local.json | 9 + integration-tests/opensearch/project-config.json | 15 + plugins/tech/{ => opensearch}/pom.xml | 35 +- plugins/tech/opensearch/src/assembly/assembly.xml | 54 ++ .../OpenSearchExecutionInfoLocation.java | 599 +++++++++++++++++++++ .../hop/execution/opensearch/RestCaller.java | 152 ++++++ .../opensearch/src/main/resources/dependencies.xml | 22 + .../opensearch/messages/messages_en_US.properties | 33 ++ .../tech/opensearch/src/main/resources/version.xml | 19 + plugins/tech/pom.xml | 1 + .../kafka/consumer/KafkaConsumerInput.java | 19 +- .../kafka/consumer/KafkaConsumerInputDialog.java | 49 +- .../kafka/consumer/KafkaConsumerInputMeta.java | 282 +--------- .../consumer/messages/messages_en_US.properties | 9 +- .../hop/ui/core/dialog/PreviewRowsDialog.java | 38 +- .../org/apache/hop/ui/core/widget/TableView.java | 5 + .../perspective/search/HopSearchPerspective.java | 4 +- 42 files changed, 3057 insertions(+), 311 deletions(-)
