This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from cc703b3c3 IMPALA-13937: Use simpler chmod syntax to set +t on /var/tmp
in Docker build
new afa329fd8 IMPALA-13931: TestIcebergRestCatalog.test_rest_catalog_basic
failed at setup
new be16a02fa IMPALA-13850 (part 2): Fix bug found by
test_restart_services.py
new a3146ca72 IMPALA-13959: (addendum) Let test pass regardless of JDK
version.
The 3 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/catalog/catalog-server.cc | 17 +++++++++
.../java/org/apache/impala/catalog/Catalog.java | 3 ++
.../impala/catalog/CatalogServiceCatalog.java | 7 +++-
.../impala/catalog/iceberg/IcebergCatalog.java | 8 ++---
.../java/org/apache/impala/common/JniUtil.java | 13 +++++++
.../apache/impala/util/IcebergMetadataScanner.java | 5 +++
java/iceberg-rest-catalog-test/pom.xml | 42 ++++++++++++++++++++--
.../iceberg/rest/IcebergRestCatalogTest.java | 7 ++--
testdata/bin/run-iceberg-rest-server.sh | 19 ++++++----
tests/metadata/test_hms_integration.py | 19 +++++-----
10 files changed, 114 insertions(+), 26 deletions(-)