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 4595371ea IMPALA-11821: Adjusting manifest_length and absolute paths
in case of metadata rewrite
new c7938976a IMPALA-11836: Remove duplicated information in codegen cache
logs
new 1e1b8f25b IMPALA-11826: Avoid calling planFiles() on Iceberg V2 tables
when there are no predicates
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/codegen/llvm-codegen.cc | 12 +-
be/src/codegen/llvm-codegen.h | 4 +-
common/thrift/CatalogObjects.thrift | 11 +-
.../org/apache/impala/catalog/FeIcebergTable.java | 48 +++---
.../impala/catalog/IcebergContentFileStore.java | 166 +++++++++++++--------
.../org/apache/impala/catalog/IcebergTable.java | 7 +-
.../catalog/iceberg/GroupedContentFiles.java | 58 +++++++
.../apache/impala/planner/IcebergScanPlanner.java | 79 +++++-----
.../java/org/apache/impala/util/IcebergUtil.java | 11 +-
.../impala/catalog/local/LocalCatalogTest.java | 9 +-
.../queries/PlannerTest/iceberg-v2-tables.test | 60 ++++----
11 files changed, 284 insertions(+), 181 deletions(-)
create mode 100644
fe/src/main/java/org/apache/impala/catalog/iceberg/GroupedContentFiles.java