This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from a9786d341 IMPALA-11669: (addendum) Set TConfiguration in TMemoryBuffer
new 301c3ceba IMPALA-11591: Avoid calling planFiles() on Iceberg tables
new a983a347a IMPALA-11682: Add tests for minor compacted insert only ACID
tables
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:
common/thrift/CatalogObjects.thrift | 10 +-
.../org/apache/impala/catalog/FeIcebergTable.java | 96 +++++++------
.../impala/catalog/IcebergContentFileStore.java | 151 +++++++++++++++++++++
.../impala/catalog/IcebergPositionDeleteTable.java | 18 +--
.../org/apache/impala/catalog/IcebergTable.java | 20 +--
.../impala/catalog/iceberg/IcebergCtasTarget.java | 5 +-
.../impala/catalog/local/LocalIcebergTable.java | 17 +--
.../apache/impala/planner/IcebergScanPlanner.java | 105 ++++++++++++--
.../java/org/apache/impala/util/IcebergUtil.java | 7 +-
.../impala/catalog/FileMetadataLoaderTest.java | 36 +++--
.../impala/catalog/local/LocalCatalogTest.java | 22 +--
.../functional/functional_schema_template.sql | 37 ++++-
.../datasets/functional/schema_constraints.csv | 3 +
.../functional-query/queries/QueryTest/acid.test | 25 ++++
.../iceberg-compound-predicate-push-down.test | 40 +++---
.../QueryTest/iceberg-in-predicate-push-down.test | 60 ++++----
.../iceberg-is-null-predicate-push-down.test | 54 ++++----
.../iceberg-multiple-storage-locations-table.test | 2 +-
.../iceberg-partition-runtime-filter.test | 8 +-
.../QueryTest/iceberg-partitioned-insert.test | 4 +-
.../iceberg-upper-lower-bound-metrics.test | 80 +++++------
tests/query_test/test_runtime_filters.py | 16 ++-
22 files changed, 581 insertions(+), 235 deletions(-)
create mode 100644
fe/src/main/java/org/apache/impala/catalog/IcebergContentFileStore.java