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 d6fabdb18f Merge pull request #5430 from bamaer/5415
add 2c2f8bc451 databricks dialect initial version. fixes #5480
add 9c06254e31 spotless updates. #5480
new 185cab6faa Merge pull request #5493 from bamaer/5480
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 +
.../databases/{cache.adoc => databricks.adoc} | 13 +-
plugins/tech/{avro => databricks}/pom.xml | 7 +-
.../databricks}/src/assembly/assembly.xml | 8 +-
.../databricks/DatabricksDatabaseMeta.java | 159 +++++++++++++++++++++
.../databricks}/src/main/resources/version.xml | 0
plugins/tech/pom.xml | 1 +
8 files changed, 182 insertions(+), 13 deletions(-)
copy docs/hop-user-manual/modules/ROOT/pages/database/databases/{cache.adoc =>
databricks.adoc} (66%)
copy plugins/tech/{avro => databricks}/pom.xml (87%)
mode change 100755 => 100644
copy plugins/{databases/mssql => tech/databricks}/src/assembly/assembly.xml
(86%)
create mode 100644
plugins/tech/databricks/src/main/java/org/apache/hop/database/databricks/DatabricksDatabaseMeta.java
copy plugins/{actions/abort => tech/databricks}/src/main/resources/version.xml
(100%)