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 d928815d1 IMPALA-13654: Tolerate missing data files of Iceberg tables
new 20d289bd1 IMPALA-13814: test_iceberg_table_metrics fails in non-DFS
builds
new fc152b376 IMPALA-13816: Reduce test_queue_reasons_slots
new daaf73a7c IMPALA-13682: Implement missing capabilities in
ImpylaHS2Connection
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/service/client-request-state.h | 5 +
.../org/apache/impala/common/FileSystemUtil.java | 2 +
tests/beeswax/impala_beeswax.py | 16 +-
tests/common/impala_connection.py | 490 ++++++++++++++++-----
tests/common/impala_service.py | 20 +
tests/common/impala_test_suite.py | 12 +-
tests/custom_cluster/test_admission_controller.py | 450 +++++++++++--------
tests/custom_cluster/test_session_expiration.py | 2 -
tests/util/filesystem_utils.py | 6 +
tests/util/thrift_util.py | 10 +-
tests/webserver/test_web_pages.py | 13 +-
11 files changed, 710 insertions(+), 316 deletions(-)