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 968559da2 IMPALA-14398: Deflake test_load_table_with_primary_key_attr
new 821c7347d IMPALA-13267: Display number of partitions for Iceberg tables
new 0292e296c IMPALA-14426: Deflake TestImpalaShell.test_cancellation
new 88eb90779 IMPALA-14282: Workload Management Custom Cluster Tests Use
New Utility Functions
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:
common/fbs/IcebergObjects.fbs | 1 +
common/thrift/CatalogObjects.thrift | 6 ++
.../org/apache/impala/analysis/OptimizeStmt.java | 3 +-
.../impala/catalog/IcebergContentFileStore.java | 69 +++++++++++-
.../impala/catalog/IcebergFileMetadataLoader.java | 48 ++++++++-
.../org/apache/impala/catalog/IcebergTable.java | 5 +-
.../impala/catalog/local/IcebergMetaProvider.java | 6 +-
.../org/apache/impala/planner/HdfsScanNode.java | 102 ++++++++++--------
.../org/apache/impala/planner/IcebergScanNode.java | 42 +++++++-
.../apache/impala/planner/IcebergScanPlanner.java | 42 ++++++--
.../java/org/apache/impala/util/IcebergUtil.java | 28 ++++-
.../impala/catalog/FileMetadataLoaderTest.java | 30 +++---
shell/impala_shell/impala_shell.py | 8 +-
.../PlannerTest/iceberg-merge-insert-only.test | 92 ++++++++--------
.../queries/PlannerTest/iceberg-merge.test | 94 ++++++++--------
.../PlannerTest/iceberg-mixed-file-format.test | 40 +++----
.../queries/PlannerTest/iceberg-optimize.test | 8 +-
.../iceberg-predicates-disabled-subsetting.test | 6 +-
.../queries/PlannerTest/iceberg-predicates.test | 28 ++---
.../queries/PlannerTest/iceberg-v2-delete.test | 40 +++----
.../PlannerTest/iceberg-v2-tables-hash-join.test | 72 ++++++-------
.../PlannerTest/iceberg-v2-tables-resources.test | 92 ++++++++--------
.../queries/PlannerTest/iceberg-v2-tables.test | 120 ++++++++++-----------
.../queries/PlannerTest/iceberg-v2-update.test | 40 +++----
.../queries/PlannerTest/tablesample-iceberg.test | 4 +-
.../queries/QueryTest/iceberg-partitions.test | 107 ++++++++++++++++++
tests/query_test/test_iceberg.py | 13 +++
tests/util/query_profile_util.py | 11 +-
tests/util/workload_management.py | 78 ++++++--------
29 files changed, 781 insertions(+), 454 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/iceberg-partitions.test