This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 4a536fdf54 Merge pull request #4631 from nadment/4630
add aa41c8559a Implementation of issue #4571
add 8fa4c35750 Implementation of issue #4571 (include plugin)
add 57d7e14596 Merge branch 'apache:main' into main
new 78ddaae3f2 Merge pull request #4627 from mattcasters/main
The 1 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:
assemblies/plugins/pom.xml | 6 +
docs/hop-user-manual/modules/ROOT/nav.adoc | 1 +
.../ROOT/pages/database/databases/singlestore.adoc | 42 ++
plugins/databases/pom.xml | 1 +
plugins/databases/{as400 => singlestore}/pom.xml | 4 +-
.../{db2 => singlestore}/src/assembly/assembly.xml | 10 +-
.../singlestore/SingleStoreDatabaseMeta.java} | 448 +++++++++------------
.../singlestore}/src/main/resources/version.xml | 0
.../singlestore/SingleStoreDatabaseMetaTest.java} | 367 +++++++++--------
9 files changed, 465 insertions(+), 414 deletions(-)
create mode 100644
docs/hop-user-manual/modules/ROOT/pages/database/databases/singlestore.adoc
copy plugins/databases/{as400 => singlestore}/pom.xml (92%)
copy plugins/databases/{db2 => singlestore}/src/assembly/assembly.xml (84%)
copy
plugins/databases/{mysql/src/main/java/org/apache/hop/databases/mysql/MySqlDatabaseMeta.java
=>
singlestore/src/main/java/org/apache/hop/databases/singlestore/SingleStoreDatabaseMeta.java}
(61%)
copy plugins/{actions/abort =>
databases/singlestore}/src/main/resources/version.xml (100%)
copy
plugins/databases/{hive/src/test/java/org/apache/hop/databases/hive/HiveDatabaseMetaTest.java
=>
singlestore/src/test/java/org/apache/hop/databases/singlestore/SingleStoreDatabaseMetaTest.java}
(63%)