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 e6078b428 IMPALA-13825: Extend Docker container build to custom base
images
new 8a3642864 IMPALA-13884: Add more details in metadata loading logs
new 76a8efb15 IMPALA-13859: Add decimal to Kudu's supported primary key
types
new b121a40d2 IMPALA-13909: Remove cursor fixture from
custom_cluster/test_kudu.py
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:
.../org/apache/impala/compat/MetastoreShim.java | 6 +-
.../java/org/apache/impala/analysis/Analyzer.java | 2 +-
.../impala/analysis/ConvertTableToIcebergStmt.java | 3 +-
.../apache/impala/analysis/ResetMetadataStmt.java | 3 +-
.../apache/impala/analysis/StmtMetadataLoader.java | 2 +-
.../impala/catalog/CatalogServiceCatalog.java | 56 ++--
.../org/apache/impala/catalog/FeCatalogUtils.java | 2 +-
.../impala/catalog/events/MetastoreEvents.java | 97 +++---
.../catalog/events/MetastoreEventsProcessor.java | 2 +-
.../apache/impala/service/CatalogOpExecutor.java | 20 +-
.../java/org/apache/impala/service/Frontend.java | 11 +-
.../java/org/apache/impala/util/AcidUtils.java | 8 +-
.../java/org/apache/impala/util/CatalogOpUtil.java | 26 +-
.../main/java/org/apache/impala/util/KuduUtil.java | 2 +-
.../apache/impala/analysis/AnalyzeKuduDDLTest.java | 16 +
.../events/MetastoreEventsProcessorTest.java | 2 +-
.../org/apache/impala/util/CatalogOpUtilTest.java | 4 +-
.../queries/QueryTest/kudu_create.test | 52 +++-
tests/custom_cluster/test_kudu.py | 327 ++++++++++-----------
19 files changed, 368 insertions(+), 273 deletions(-)