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 bb28b51214 Merge pull request #3794 from
hop-weblate/weblate-apache-hop-hop
add 5704043680 Azurite support for test and development goals
new 2b1f601c50 Merge pull request #3766 from xdelox/3748
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:
.../integration-tests/integration-tests-azure.yaml | 38 +++
.../0001-read_parquet_from_azure_azfs_scheme.hpl | 160 +++++++++++
.../0001-write_parquet_to_azure_azfs_scheme.hpl | 244 +++++++++++++++++
.../0002-read_parquet_from_azure_azure_scheme.hpl | 144 ++++++++++
.../0002-write_parquet_to_azure_azure_scheme.hpl | 244 +++++++++++++++++
.../azure/datasets/golden-dataset-employees.csv | 101 +++++++
integration-tests/azure/dev-env-config.json | 3 +
integration-tests/azure/hop-config.json | 295 +++++++++++++++++++++
...ain-0001-write-and-read-parquet-azfs-scheme.hwf | 207 +++++++++++++++
...in-0002-write-and-read-parquet-azure-scheme.hwf | 184 +++++++++++++
.../azure/metadata/dataset/Employees.json | 40 +++
.../metadata/pipeline-run-configuration/local.json | 22 ++
...1-read_parquet_from_azure_azfs_scheme UNIT.json | 43 +++
...-read_parquet_from_azure_azure_scheme UNIT.json | 43 +++
.../metadata/workflow-run-configuration/local.json | 0
integration-tests/azure/project-config.json | 13 +
.../org/apache/hop/vfs/azure/AzureFileObject.java | 8 +-
.../apache/hop/vfs/azure/AzureFileProvider.java | 22 +-
.../org/apache/hop/vfs/azure/AzureFileSystem.java | 9 +-
.../apache/hop/vfs/azure/config/AzureConfig.java | 33 +--
.../hop/vfs/azure/config/AzureConfigPlugin.java | 39 ++-
.../config/messages/messages_en_US.properties | 4 +-
.../hop/vfs/azure/AzureFileNameParserTest.java | 3 +-
23 files changed, 1871 insertions(+), 28 deletions(-)
create mode 100644 docker/integration-tests/integration-tests-azure.yaml
create mode 100644
integration-tests/azure/0001-read_parquet_from_azure_azfs_scheme.hpl
create mode 100644
integration-tests/azure/0001-write_parquet_to_azure_azfs_scheme.hpl
create mode 100644
integration-tests/azure/0002-read_parquet_from_azure_azure_scheme.hpl
create mode 100644
integration-tests/azure/0002-write_parquet_to_azure_azure_scheme.hpl
create mode 100644
integration-tests/azure/datasets/golden-dataset-employees.csv
create mode 100644 integration-tests/azure/dev-env-config.json
create mode 100644 integration-tests/azure/hop-config.json
create mode 100644
integration-tests/azure/main-0001-write-and-read-parquet-azfs-scheme.hwf
create mode 100644
integration-tests/azure/main-0002-write-and-read-parquet-azure-scheme.hwf
create mode 100644 integration-tests/azure/metadata/dataset/Employees.json
create mode 100644
integration-tests/azure/metadata/pipeline-run-configuration/local.json
create mode 100644
integration-tests/azure/metadata/unit-test/0001-read_parquet_from_azure_azfs_scheme
UNIT.json
create mode 100644
integration-tests/azure/metadata/unit-test/0002-read_parquet_from_azure_azure_scheme
UNIT.json
copy integration-tests/{duckdb =>
azure}/metadata/workflow-run-configuration/local.json (100%)
create mode 100644 integration-tests/azure/project-config.json