This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 4114fe8db IMPALA-12632: Use Atomics for CpuUsageRatio counters
new bd0ba644e IMPALA-12584: Add backend config to restrict data file
locations for Iceberg tables
new 0aa1f3a5f IMPALA-12628: iceberg negative test fail in non-HDFS
environments
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/common/global-flags.cc | 3 ++
be/src/util/backend-gflag-util.cc | 3 ++
common/thrift/BackendGflags.thrift | 2 +
.../org/apache/impala/catalog/FeIcebergTable.java | 4 ++
.../org/apache/impala/service/BackendConfig.java | 4 ++
.../queries/QueryTest/iceberg-negative.test | 2 +
tests/custom_cluster/test_iceberg_strict_data.py | 52 ++++++++++++++++++++++
7 files changed, 70 insertions(+)
create mode 100644 tests/custom_cluster/test_iceberg_strict_data.py