This is an automated email from the ASF dual-hosted git repository.
boroknagyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from a766f197a IMPALA-14207: Hook log4j to Glog in AdmissionD
new f3d693d3f IMPALA-13237: [Patch 2 of 5] - Add OpenSSL Utility Function
to Validate PEM Bundles
new 9c12ef66c IMPALA-14018: Adding utility scripts to run Lakekeeper in
Impala dev envinroment
The 2 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:
be/src/testutil/future-cert.pem | 24 +++
be/src/testutil/future-key.pem | 28 +++
be/src/util/openssl-util-test.cc | 222 +++++++++++++++++++++
be/src/util/openssl-util.cc | 62 ++++++
be/src/util/openssl-util.h | 5 +
bin/rat_exclude_files.txt | 1 +
.../impala/catalog/iceberg/IcebergRESTCatalog.java | 95 ++++++---
testdata/bin/minicluster_lakekeeper/README.md | 49 +++++
.../create-default-warehouse.json | 13 ++
.../bin/minicluster_lakekeeper/docker-compose.yaml | 131 ++++++++++++
testdata/bin/minicluster_trino/Dockerfile | 2 +-
...rg.properties => iceberg_lakekeeper.properties} | 5 +-
.../bin/run-lakekeeper.sh | 14 +-
testdata/bin/{kill-trino.sh => stop-lakekeeper.sh} | 4 +-
14 files changed, 614 insertions(+), 41 deletions(-)
create mode 100644 be/src/testutil/future-cert.pem
create mode 100644 be/src/testutil/future-key.pem
create mode 100644 testdata/bin/minicluster_lakekeeper/README.md
create mode 100644
testdata/bin/minicluster_lakekeeper/create-default-warehouse.json
create mode 100644 testdata/bin/minicluster_lakekeeper/docker-compose.yaml
copy testdata/bin/minicluster_trino/{iceberg.properties =>
iceberg_lakekeeper.properties} (87%)
copy infra/python/deps/download_requirements => testdata/bin/run-lakekeeper.sh
(77%)
copy testdata/bin/{kill-trino.sh => stop-lakekeeper.sh} (91%)