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 2022/11/23 12:37:51 UTC

[hop] branch master updated (484ee64297 -> 06ccdbde89)

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 484ee64297 Merge pull request #1673 from sramazzina/HOP-4080
     new 00602f3e6d HOP-3995 : Upgrade Cassandra transforms for Cassandra 4.0 support (IT fix) Tika IT fix
     new 2d7ac05deb HOP-3995 : Upgrade Cassandra transforms for Cassandra 4.0 support (IT fix) Tika IT fix
     new e6a0675dd6 HOP-4624 : Upgrade Apache Beam to 2.43
     new 06ccdbde89 Merge pull request #1817 from mattcasters/cypher-builder

The 4904 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:
 docker/integration-tests/Dockerfile.unit-tests     |   2 +-
 .../integration-tests-cassandra.yaml               |  12 +-
 .../ROOT/pages/technology/cassandra/index.adoc     |   4 +-
 .../pages/workflow/actions/cassandra-exec-cql.adoc |   5 +
 .../run-all.hpl}                                   |  32 ++---
 .../run-main-workflow.hwf                          |  29 ++---
 .../metadata/cassandra-connection/local.json       |   4 +-
 .../cassandra-output-to-table.hpl                  |   9 +-
 .../cassandra-input-output/check-hop-keyspace.hwf} |  84 ++++++-------
 .../hop-keyspace-exists.hpl}                       |  53 +-------
 .../main-cassandra-input-output.hwf                | 119 ++++++++++++++++--
 .../wait-for-hop-keyspace.hwf                      |  48 +++----
 .../{neo4j/run-all-tests.hpl => gcp/run-all.hpl}   |  24 ++--
 .../{neo4j => gcp}/run-main-workflow.hwf           |  29 ++---
 integration-tests/transforms/0037-apache-tika.hpl  |  13 +-
 .../transforms/datasets/golden-apache-tika.csv     | 139 ++++++++++-----------
 .../cassandra/datastax/DriverCqlRowHandler.java    |   9 ++
 .../cassandra/datastax/DriverKeyspace.java         |   9 +-
 .../cassandra/datastax/TableMetaData.java          |   2 +-
 .../databases/cassandra/util/CassandraUtils.java   |  79 ++++--------
 .../transforms/cassandrainput/CassandraInput.java  |   2 -
 .../cassandraoutput/CassandraOutput.java           |  10 +-
 .../cassandraoutput/CassandraOutputData.java       |   2 +
 .../hop/workflow/actions/execcql/ExecCql.java      |  91 ++++++++++----
 pom.xml                                            |  29 ++---
 25 files changed, 459 insertions(+), 380 deletions(-)
 copy integration-tests/{neo4j/run-all-tests.hpl => beam_directrunner/run-all.hpl} (94%)
 copy integration-tests/{neo4j => beam_directrunner}/run-main-workflow.hwf (90%)
 copy integration-tests/{xml/main-0003-xsd-validator-action-test.hwf => cassandra/tests/cassandra-input-output/check-hop-keyspace.hwf} (70%)
 copy integration-tests/{mdi/0011-data-grid-child.hpl => cassandra/tests/cassandra-input-output/hop-keyspace-exists.hpl} (56%)
 copy plugins/actions/repeat/src/main/resources/demo/repeat-sample2.hwf => integration-tests/cassandra/tests/cassandra-input-output/wait-for-hop-keyspace.hwf (76%)
 copy integration-tests/{neo4j/run-all-tests.hpl => gcp/run-all.hpl} (96%)
 copy integration-tests/{neo4j => gcp}/run-main-workflow.hwf (90%)