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 b718d6386 IMPALA-11535: Skip older events in the event processor based
on the latestRefreshEventID
new c49f5d277 IMPALA-12408: Optimize
HdfsScanNode.computeScanRangeLocations()
new a9aaeaa48 IMPALA-12409: Don't allow EXTERNAL Iceberg tables to point
another Iceberg table in Hive catalog
new b73bc49ea IMPALA-12400: Test expected executors used for planning when
no executor groups are healthy
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:
.../analysis/AlterTableSetTblProperties.java | 4 +
.../apache/impala/analysis/ComputeStatsStmt.java | 5 +-
.../apache/impala/analysis/CreateTableStmt.java | 17 +--
.../java/org/apache/impala/catalog/FeFsTable.java | 9 +-
.../org/apache/impala/catalog/HdfsPartition.java | 7 +-
.../org/apache/impala/catalog/IcebergTable.java | 29 +++++
.../impala/catalog/local/LocalFsPartition.java | 7 +-
.../org/apache/impala/planner/HdfsScanNode.java | 133 ++++++++++-----------
.../org/apache/impala/planner/IcebergScanNode.java | 8 +-
.../queries/QueryTest/iceberg-catalogs.test | 38 ------
.../queries/QueryTest/iceberg-insert.test | 72 -----------
.../queries/QueryTest/iceberg-negative.test | 60 +++++++++-
tests/custom_cluster/test_executor_groups.py | 69 +++++++++++
tests/query_test/test_iceberg.py | 27 +++++
14 files changed, 275 insertions(+), 210 deletions(-)