This is an automated email from the ASF dual-hosted git repository.
vihangk1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.
from 49cdd78 IMPALA-8857: Fix flaky Kudu tests with external inserts
new 0f85cbd IMPALA-9602: Fix case-sensitivity for local catalog
new e0ed7d3 IMPALA-8632: Add support for self-event detection for insert
events
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/common/global-flags.cc | 6 +
be/src/util/backend-gflag-util.cc | 2 +
common/thrift/BackendGflags.thrift | 2 +
.../org/apache/impala/compat/MetastoreShim.java | 69 ++++++++++++
.../org/apache/impala/compat/MetastoreShim.java | 72 ++++++++++++
.../impala/catalog/CatalogServiceCatalog.java | 64 ++++++-----
fe/src/main/java/org/apache/impala/catalog/Db.java | 4 +-
.../org/apache/impala/catalog/HdfsPartition.java | 25 +++--
.../main/java/org/apache/impala/catalog/Table.java | 21 ++--
.../impala/catalog/events/InFlightEvents.java | 91 +++++++++++----
.../impala/catalog/events/MetastoreEvents.java | 34 ++++--
.../impala/catalog/events/SelfEventContext.java | 24 ++--
.../impala/catalog/local/CatalogdMetaProvider.java | 14 +--
.../org/apache/impala/service/BackendConfig.java | 2 +
.../apache/impala/service/CatalogOpExecutor.java | 67 +++++------
.../java/org/apache/impala/util/MetaStoreUtil.java | 57 +++-------
.../events/MetastoreEventsProcessorTest.java | 124 ++++++++++++++++++++-
.../catalog/local/CatalogdMetaProviderTest.java | 59 ++++++++++
tests/custom_cluster/test_event_processing.py | 11 +-
19 files changed, 569 insertions(+), 179 deletions(-)