This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from dce68e6a3 IMPALA-11996: Scanner change for Iceberg metadata querying
new 20d4ecf84 IMPALA-12509: Optimize the backend startup and planner time
of large Iceberg table query
new 248060528 IMPALA-12514: Remove dependency on jetty-server
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:
fe/pom.xml | 5 -----
.../java/org/apache/impala/catalog/FeCatalogUtils.java | 3 ++-
.../java/org/apache/impala/catalog/FeIcebergTable.java | 12 ++++++++++--
.../impala/catalog/IcebergPositionDeleteTable.java | 4 +++-
.../java/org/apache/impala/catalog/IcebergTable.java | 11 ++++++-----
.../apache/impala/catalog/IcebergTimeTravelTable.java | 15 +++++++++------
.../impala/catalog/iceberg/IcebergCtasTarget.java | 10 +++++-----
.../apache/impala/catalog/local/LocalIcebergTable.java | 17 +++++++----------
8 files changed, 42 insertions(+), 35 deletions(-)