You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/04/29 09:28:23 UTC

[hop] branch master updated (d289b88ccf -> 381b39a6a5)

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/hop.git


    from d289b88ccf Merge pull request #2885 from hansva/master
     new df8f2ce615 updated docker compose password #2812
     new e7ecb53cef escape graph properties with backticks if they contain special characters. fixes #2812
     new 14fb0b821a integration test for graph properties with special characters. #2812
     new fb60bf2e1e exclude child pipelines/workflows from samples integration tests. #2237
     new be8ed0b266 added ASF header. #2237
     new 381b39a6a5 Merge pull request #2887 from bamaer/2812

The 5712 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:
 .../integration-tests/integration-tests-neo4j.yaml |   4 +-
 integration-tests/neo4j/dev-env-config.json        |  39 ++--
 .../metadata/neo4j-graph-model/model-2812.json     |  70 ++++++
 .../2812-check-graph.hpl}                          | 240 +++++++++++----------
 .../2812-model-with-spaces-in-key-names.hpl}       | 111 +++++-----
 .../main-2812-model-with-spaces-in-key-names.hwf}  | 110 +++++-----
 .../samples/read-samples-build-hop-run.hpl         |  23 +-
 .../hop/neo4j/transforms/graph/GraphOutput.java    |  20 ++
 8 files changed, 355 insertions(+), 262 deletions(-)
 create mode 100644 integration-tests/neo4j/metadata/neo4j-graph-model/model-2812.json
 copy integration-tests/{database/0019-execute-sqlscript-basic.hpl => neo4j/tests/neo4j-2812-graph-model-with-spaces-in-key-names/2812-check-graph.hpl} (64%)
 copy integration-tests/neo4j/tests/{neo4j-graph-output/neo4j-graph-output-build-node-mapping-set-label.hpl => neo4j-2812-graph-model-with-spaces-in-key-names/2812-model-with-spaces-in-key-names.hpl} (64%)
 copy integration-tests/{duckdb/main-0001-read-write-duckdb.hwf => neo4j/tests/neo4j-2812-graph-model-with-spaces-in-key-names/main-2812-model-with-spaces-in-key-names.hwf} (77%)