This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 0a077fe99 IMPALA-12928: Mask JDBC table property dbcp.password for
DESC FORMATTED and SHOW CREATE TABLE
new 52b11ab6a IMPALA-12487: Skip reloading file metadata for ALTER_TABLE
events with trivial changes in StorageDescriptor
new 580a477e6 IMPALA-12879: Conjunct not referring to table field causes
ERROR for Iceberg table
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:
.../org/apache/impala/compat/MetastoreShim.java | 2 +-
.../impala/catalog/CatalogServiceCatalog.java | 13 ++-
.../main/java/org/apache/impala/catalog/Table.java | 6 +-
.../impala/catalog/events/MetastoreEvents.java | 76 ++++++++++++---
.../apache/impala/planner/IcebergScanPlanner.java | 2 +-
.../events/MetastoreEventsProcessorTest.java | 108 +++++++++++++++++++++
.../queries/QueryTest/iceberg-query.test | 94 +++++++++++++++++-
7 files changed, 280 insertions(+), 21 deletions(-)