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 f68d91dce IMPALA-12610: Support reading ARRAY columns for Iceberg
Metadata tables
new e666e0711 IMPALA-12678: Deflake test_skipping_batching_events
new b9c2e00a6 IMPALA-12855: Fix NPE in firing RELOAD events when the
partition doesn't exist
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/util/backend-gflag-util.cc | 2 +
common/thrift/BackendGflags.thrift | 2 +
.../org/apache/impala/compat/MetastoreShim.java | 2 +-
.../java/org/apache/impala/catalog/FeFsTable.java | 10 ++-
.../main/java/org/apache/impala/catalog/Table.java | 4 +-
.../impala/catalog/events/MetastoreEvents.java | 14 +++-
.../catalog/events/MetastoreEventsProcessor.java | 1 -
.../org/apache/impala/service/BackendConfig.java | 2 +
.../apache/impala/service/CatalogOpExecutor.java | 82 ++++++++++++----------
.../java/org/apache/impala/util/DebugUtils.java | 4 ++
tests/common/impala_cluster.py | 47 ++++++++++---
tests/custom_cluster/test_events_custom_configs.py | 33 ++++++++-
12 files changed, 146 insertions(+), 57 deletions(-)