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 35dc24fbc IMPALA-10148: Cleanup cores in TestHooksStartupFail
new 1b59d32ef Revert "IMPALA-11617: Pool service should be made aware of
processing cost limit"
new 5c5708114 IMPALA-10715: test decimal min max filters failed in
exhaustive run
new dc912f016 IMPALA-11655: Impala should set write mode "merge-on-read"
by default
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/scheduling/admission-controller.cc | 8 --
be/src/scheduling/admission-controller.h | 1 -
common/thrift/ImpalaInternalService.thrift | 5 --
common/thrift/metrics.json | 10 ---
docs/topics/impala_admission_config.xml | 4 -
.../apache/impala/analysis/CreateTableStmt.java | 23 ++++++
.../org/apache/impala/catalog/IcebergTable.java | 6 ++
.../apache/impala/service/CatalogOpExecutor.java | 24 ++++++
.../java/org/apache/impala/service/Frontend.java | 4 -
.../java/org/apache/impala/util/IcebergUtil.java | 11 +++
.../org/apache/impala/util/RequestPoolService.java | 10 +--
.../apache/impala/util/TestRequestPoolService.java | 9 +--
fe/src/test/resources/llama-site-2-groups.xml | 10 ---
fe/src/test/resources/llama-site-test.xml | 4 -
fe/src/test/resources/llama-site-test2.xml | 4 -
.../test/resources/mem-limit-test-llama-site.xml | 24 ------
fe/src/test/resources/minicluster-llama-site.xml | 7 --
.../queries/QueryTest/iceberg-alter.test | 85 ++++++++++++++++++++++
.../queries/QueryTest/show-create-table.test | 74 +++++++++++++++++++
tests/common/resource_pool_config.py | 4 +-
tests/custom_cluster/test_executor_groups.py | 7 +-
tests/query_test/test_runtime_filters.py | 5 +-
www/admission_controller.tmpl | 5 --
23 files changed, 237 insertions(+), 107 deletions(-)